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."
推薦閱讀
- DBA攻堅指南:左手Oracle,右手MySQL
- Python機器學(xué)習(xí):數(shù)據(jù)分析與評分卡建模(微課版)
- INSTANT Sencha Touch
- Symfony2 Essentials
- Java編程的邏輯
- Oracle GoldenGate 12c Implementer's Guide
- PHP編程基礎(chǔ)與實踐教程
- Instant Debian:Build a Web Server
- 嵌入式Linux C語言程序設(shè)計基礎(chǔ)教程
- Monitoring Docker
- Building Apple Watch Projects
- Zend Framework 2 Cookbook
- 軟件定義存儲:原理、實踐與生態(tài)
- Python機器學(xué)習(xí)技術(shù):模型關(guān)系管理
- Node.js入門指南