-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbook.bib
More file actions
93 lines (83 loc) · 2.66 KB
/
book.bib
File metadata and controls
93 lines (83 loc) · 2.66 KB
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
@Book{xie2015,
title = {Dynamic Documents with {R} and knitr},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2015},
edition = {2nd},
note = {ISBN 978-1498716963},
url = {http://yihui.org/knitr/},
}
@book{wickham2015r,
title={R packages: organize, test, document, and share your code},
author={Wickham, Hadley},
year={2015},
publisher={" O'Reilly Media, Inc."}
}
@article{mckinney2011pandas,
title={pandas: a foundational Python library for data analysis and statistics},
author={McKinney, Wes and others},
journal={Python for High Performance and Scientific Computing},
volume={14},
number={9},
year={2011},
publisher={Seattle}
}
@article{harris2020array,
title={Array programming with NumPy},
author={Harris, Charles R and Millman, K Jarrod and van der Walt, St{\'e}fan J and Gommers, Ralf and Virtanen, Pauli and Cournapeau, David and Wieser, Eric and Taylor, Julian and Berg, Sebastian and Smith, Nathaniel J and others},
journal={Nature},
volume={585},
number={7825},
pages={357--362},
year={2020},
publisher={Nature Publishing Group}
}
@inproceedings{barrett2005matplotlib,
title={matplotlib--A Portable Python Plotting Package},
author={Barrett, Paul and Hunter, John and Miller, J Todd and Hsu, J-C and Greenfield, Perry},
booktitle={Astronomical data analysis software and systems XIV},
volume={347},
pages={91},
year={2005}
}
@Manual{R,
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/},
}
@article{rossum1995python,
title={Python reference manual},
author={Rossum, Guido},
year={1995},
publisher={CWI (Centre for Mathematics and Computer Science)}
}
@misc{minocher2020,
title={Reproducibility improves exponentially over 63 years of social learning research},
url={psyarxiv.com/4nzc7},
DOI={10.31234/osf.io/4nzc7},
publisher={PsyArXiv},
author={Minocher, Riana and Atmaca, Silke and Bavero, Claudia and McElreath, Richard and Beheim, Bret},
year={2020},
month={Jun}
}
@book{wall2000programming,
title={Programming perl},
author={Wall, Larry and Christiansen, Tom and Orwant, Jon},
year={2000},
publisher={" O'Reilly Media, Inc."}
}
@article{bezanson2017julia,
title={Julia: A fresh approach to numerical computing},
author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
journal={SIAM review},
volume={59},
number={1},
pages={65--98},
year={2017},
publisher={SIAM},
url={https://doi.org/10.1137/141000671}
}