-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathbook.bib
322 lines (284 loc) · 8.85 KB
/
book.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
@Manual{magrittr,
title = {magrittr: A Forward-Pipe Operator for {R}},
author = {Stefan Milton Bache and Hadley Wickham},
year = {2020},
url = {http://magrittr.tidyverse.org/},
}
@Manual{styler,
title = {styler: Non-Invasive Pretty Printing of {R} Code},
author = {Kirill Müller and Lorenz Walthert},
year = {2020},
url = {http://styler.r-lib.org},
}
@book{wickham_advanced_2014,
edition = {First},
title = {Advanced {R}},
author = {Hadley Wickham},
year = {2014},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
url = {http://adv-r.had.co.nz/}
}
@book{wickham_advanced_2019,
edition = {Second},
title = {Advanced {R}},
author = {Hadley Wickham},
year = {2019},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
url = {https://adv-r.hadley.nz/}
}
@book{xie_2016,
title = {bookdown: Authoring Books and Technical Documents with {R} Markdown},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2016},
note = {ISBN 978-1138700109},
url = {https://github.com/rstudio/bookdown}
}
@Manual{RLanguage,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2020},
url = {https://www.R-project.org/},
}
@Manual{lobstr,
title = {lobstr: Visualize R Data Structures with Trees},
author = {Hadley Wickham},
year = {2019},
url = {https://github.com/r-lib/lobstr},
}
@Manual{bench,
title = {bench: High Precision Timing of R Expressions},
author = {Jim Hester},
year = {2020},
url = {https://github.com/r-lib/bench},
}
@Manual{vctrs,
title = {vctrs: Vector Helpers},
author = {Hadley Wickham and Lionel Henry and Davis Vaughan},
year = {2020},
url = {https://github.com/r-lib/vctrs},
}
@Article{tidyverse,
title = {Welcome to the {tidyverse}},
author = {Hadley Wickham and Mara Averick and Jennifer Bryan and Winston Chang and Lucy D'Agostino McGowan and Romain François and Garrett Grolemund and Alex Hayes and Lionel Henry and Jim Hester and Max Kuhn and Thomas Lin Pedersen and Evan Miller and Stephan Milton Bache and Kirill Müller and Jeroen Ooms and David Robinson and Dana Paige Seidel and Vitalie Spinu and Kohske Takahashi and Davis Vaughan and Claus Wilke and Kara Woo and Hiroaki Yutani},
year = {2019},
journal = {Journal of Open Source Software},
volume = {4},
number = {43},
pages = {1686},
doi = {10.21105/joss.01686},
}
@Manual{broom,
title = {broom: Convert Statistical Objects into Tidy Tibbles},
author = {David Robinson and Alex Hayes and Simon Couch},
year = {2020},
url = {https://github.com/tidymodels/broom},
}
@Manual{readr,
title = {readr: Read Rectangular Text Data},
author = {Hadley Wickham and Jim Hester},
year = {2020},
url = {https://github.com/tidyverse/readr},
}
@Manual{rlang,
title = {rlang: Functions for Base Types and Core R and 'Tidyverse' Features},
author = {Lionel Henry and Hadley Wickham},
year = {2020},
url = {https://github.com/r-lib/rlang},
}
@Manual{purrr,
title = {purrr: Functional Programming Tools},
author = {Lionel Henry and Hadley Wickham},
year = {2020},
url = {https://github.com/tidyverse/purrr},
}
@Manual{sloop,
title = {sloop: Helpers for 'OOP' in R},
author = {Hadley Wickham},
year = {2019},
url = {https://github.com/r-lib/sloop},
}
@article{RJ-2012-018,
author = {Rasmus Bååth},
title = {The State of Naming Conventions in R},
year = {2012},
journal = {The R Journal},
doi = {10.32614/RJ-2012-018},
url = {https://doi.org/10.32614/RJ-2012-018},
pages = {74--75},
volume = {4},
number = {2}
}
@Manual{R6,
title = {R6: Encapsulated Classes with Reference Semantics},
author = {Winston Chang},
year = {2020},
url = {https://github.com/r-lib/R6},
}
@Book{ggplot2,
author = {Hadley Wickham},
title = {ggplot2: Elegant Graphics for Data Analysis},
publisher = {Springer-Verlag New York},
year = {2016},
isbn = {978-3-319-24277-4},
url = {https://ggplot2.tidyverse.org},
}
@Manual{biglm,
title = {biglm: Bounded Memory Linear and Generalized Linear Models},
author = {Thomas Lumley},
year = {2020},
url = {https://CRAN.R-project.org/package=biglm},
}
@Manual{speedglm,
title = {speedglm: Fitting Linear and Generalized Linear Models to Large Data Sets},
author = {Marco Enea},
year = {2017},
url = {https://CRAN.R-project.org/package=speedglm},
}
@Article{RcppEigen,
title = {Fast and Elegant Numerical Linear Algebra Using the {RcppEigen} Package},
author = {Douglas Bates and Dirk Eddelbuettel},
journal = {Journal of Statistical Software},
year = {2013},
volume = {52},
number = {5},
pages = {1--24},
url = {https://www.jstatsoft.org/v52/i05/},
}
@Manual{modeldb,
title = {modeldb: Fits Models Inside the Database},
author = {Max Kuhn},
year = {2020},
url = {https://CRAN.R-project.org/package=modeldb},
}
@Manual{fastmatch,
title = {fastmatch: Fast match() function},
author = {Simon Urbanek},
year = {2017},
url = {https://CRAN.R-project.org/package=fastmatch},
}
@Article{lubridate,
title = {Dates and Times Made Easy with {lubridate}},
author = {Garrett Grolemund and Hadley Wickham},
journal = {Journal of Statistical Software},
year = {2011},
volume = {40},
number = {3},
pages = {1--25},
url = {https://www.jstatsoft.org/v40/i03/},
}
@Manual{chron,
title = {chron: Chronological Objects which Can Handle Dates and Times},
author = {David James and Kurt Hornik},
year = {2020},
note = {R package version 2.3-56. S original by David James, R port by Kurt Hornik.},
url = {https://CRAN.R-project.org/package=chron},
}
@Manual{anytime,
title = {anytime: Anything to 'POSIXct' or 'Date' Converter},
author = {Dirk Eddelbuettel},
year = {2020},
url = {https://CRAN.R-project.org/package=anytime},
}
@Manual{fasttime,
title = {fasttime: Fast Utility Function for Time Parsing and Conversion},
author = {Simon Urbanek},
year = {2016},
url = {https://CRAN.R-project.org/package=fasttime},
}
@Manual{caTools,
title = {caTools: Tools: Moving Window Statistics, GIF, Base64, ROC AUC, etc},
author = {Jarek Tuszynski},
year = {2020},
url = {https://CRAN.R-project.org/package=caTools},
}
@Manual{data.table,
title = {data.table: Extension of `data.frame`},
author = {Matt Dowle and Arun Srinivasan},
year = {2020},
url = {https://github.com/Rdatatable/data.table},
}
@Manual{RcppRoll,
title = {RcppRoll: Efficient Rolling / Windowed Operations},
author = {Kevin Ushey},
year = {2018},
url = {https://CRAN.R-project.org/package=RcppRoll},
}
@Manual{slider,
title = {slider: Sliding Window Functions},
author = {Davis Vaughan},
year = {2020},
url = {https://github.com/DavisVaughan/slider},
}
@Manual{TTR,
title = {TTR: Technical Trading Rules},
author = {Joshua Ulrich},
year = {2020},
url = {https://CRAN.R-project.org/package=TTR},
}
Article{zoo,
title = {zoo: S3 Infrastructure for Regular and Irregular Time Series},
author = {Achim Zeileis and Gabor Grothendieck},
journal = {Journal of Statistical Software},
year = {2005},
volume = {14},
number = {6},
pages = {1--27},
doi = {10.18637/jss.v014.i06},
}
@Article{optimx1,
title = {Unifying Optimization Algorithms to Aid Software System Users: {optimx} for {R}},
author = {John C. Nash and Ravi Varadhan},
journal = {Journal of Statistical Software},
year = {2011},
volume = {43},
number = {9},
pages = {1--14},
url = {http://www.jstatsoft.org/v43/i09/},
}
@Article{optimx2,
title = {On Best Practice Optimization Methods in {R}},
author = {John C. Nash},
journal = {Journal of Statistical Software},
year = {2014},
volume = {60},
number = {2},
pages = {1--14},
url = {http://www.jstatsoft.org/v60/i02/},
}
@Manual{RcppNumerical,
title = {RcppNumerical: 'Rcpp' Integration for Numerical Computing Libraries},
author = {Yixuan Qiu and Sreekumar Balan and Matt Beall and Mark Sauder and Naoaki Okazaki and Thomas Hahn},
year = {2019},
url = {https://CRAN.R-project.org/package=RcppNumerical},
}
@Article{DEoptim,
title = {{DEoptim}: An {R} Package for Global Optimization by Differential Evolution},
author = {Katharine Mullen and David Ardia and David Gil and Donald Windover and James Cline},
journal = {Journal of Statistical Software},
year = {2011},
volume = {40},
number = {6},
pages = {1--26},
url = {http://www.jstatsoft.org/v40/i06/},
}
@Manual{dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller},
year = {2020},
url = {https://github.com/tidyverse/dplyr},
}
@Book{Rcpp,
title = {Seamless {R} and {C++} Integration with {Rcpp}},
author = {Dirk Eddelbuettel},
publisher = {Springer},
address = {New York},
year = {2013},
note = {ISBN 978-1-4614-6867-7},
doi = {10.1007/978-1-4614-6868-4},
}