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.
Any command-line input or output is written as follows:
#generate the two time series of length 1000 set.seed(20140623) #fix the random seed N <- 1000 #define length of simulation x <- cumsum(rnorm(N)) #simulate a normal random walk gamma <- 0.7 #set an initial parameter value y <- gamma * x + rnorm(N) #simulate the cointegrating series plot(x, type='l') #plot the two series lines(y,col="red")
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: "Another useful visualization exercise is to look at the Density on log-scale."
推薦閱讀
- Twilio Best Practices
- Internet of Things with the Arduino Yún
- Learn React with TypeScript 3
- Microsoft Dynamics AX 2012 R3 Financial Management
- JavaScript動態網頁編程
- 小程序從0到1:微信全棧工程師一本通
- Flink技術內幕:架構設計與實現原理
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Access數據庫應用教程(2010版)
- 大話代碼架構:項目實戰版
- 精益軟件開發管理之道
- Design Patterns and Best Practices in Java
- Spring MVC Blueprints
- 代碼整潔之道:程序員的職業素養
- LabVIEW案例實戰