- Learning Bayesian Models with R
- Dr. Hari M. Koduvely
- 166字
- 2021-07-09 21:22:33
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The first function is gibbs_met
."
A block of code is set as follows:
myMean ←function(x){ s ←sum(x) l ←length(x) mean ←s/l mean } >x ←c(10,20,30,40,50) >myMean(x) [1] 30
Any command-line input or output is written as follows:
setwd("directory path")
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You can also set this from the menu bar of RStudio by clicking on Session | Set Working Directory."
推薦閱讀
- Python概率統計
- CentOS 7 Server Deployment Cookbook
- C語言程序設計基礎與實驗指導
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- 單片機應用技術
- Hands-On Automation Testing with Java for Beginners
- Java系統化項目開發教程
- RealSenseTM互動開發實戰
- Python入門很輕松(微課超值版)
- Go語言開發實戰(慕課版)
- 軟件工程與UML案例解析(第三版)
- SSH框架企業級應用實戰
- Web前端開發最佳實踐
- 3D Printing Designs:The Sun Puzzle
- 算法超簡單:趣味游戲帶你輕松入門與實踐