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."
推薦閱讀
- Expert C++
- 從零開始:數字圖像處理的編程基礎與應用
- C#編程入門指南(上下冊)
- Mastering Selenium WebDriver
- iOS開發(fā)實戰(zhàn):從零基礎到App Store上架
- x86匯編語言:從實模式到保護模式(第2版)
- Scratch 3游戲與人工智能編程完全自學教程
- 游戲程序設計教程
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- Reactive Programming With Java 9
- UVM實戰(zhàn)
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Mastering Elixir
- Instant jQuery Boilerplate for Plugins
- Drupal Search Engine Optimization