官术网_书友最值得收藏!

  • Mastering R for Quantitative Finance
  • Edina Berlinger Ferenc Illés Milán Badics ?dám Banai Gergely Daróczi Barbara D?m?t?r Gergely Gabler Dániel Havran Péter Juhász
  • 154字
  • 2021-07-23 20:10:41

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."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 石台县| 堆龙德庆县| 青川县| 资兴市| 平乡县| 石门县| 贵港市| 洪雅县| 鸡东县| 盐池县| 平舆县| 龙江县| 乐平市| 延长县| 繁昌县| 江北区| 常州市| 新建县| 蒙阴县| 邵阳市| 张家川| 鄂托克旗| 哈密市| 桑植县| 绍兴县| 光泽县| 新野县| 丹东市| 沛县| 泰来县| 武川县| 福贡县| 武宁县| 霞浦县| 个旧市| 璧山县| 肇源县| 小金县| 江门市| 沂水县| 获嘉县|