-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbibliografia.bib
83 lines (76 loc) · 2.58 KB
/
bibliografia.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
@Manual{rcpp2018,
title = {Rcpp: Seamless R and C++ Integration},
author = {Dirk Eddelbuettel and Romain Francois and JJ Allaire and Kevin Ushey and Qiang Kou and Nathan Russell and Douglas Bates and John Chambers},
year = {2018},
note = {R package version 1.0.0},
url = {https://CRAN.R-project.org/package=Rcpp},
}
@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 = {2018},
url = {https://www.R-project.org/},
}
@article{efron1979,
author = "Efron, B.",
doi = "10.1214/aos/1176344552",
fjournal = "The Annals of Statistics",
journal = "Ann. Statist.",
month = "01",
number = "1",
pages = "1--26",
publisher = "The Institute of Mathematical Statistics",
title = "Bootstrap Methods: Another Look at the Jackknife",
url = "https://doi.org/10.1214/aos/1176344552",
volume = "7",
year = "1979"
}
@Manual{rcppparallel2018,
title = {RcppParallel: Parallel Programming Tools for 'Rcpp'},
author = {JJ Allaire and Romain Francois and Kevin Ushey and Gregory Vandenbrouck and Marcus Geelnard and {Intel}},
year = {2018},
note = {R package version 4.4.2},
url = {https://CRAN.R-project.org/package=RcppParallel},
}
@Manual{profvis2018,
title = {profvis: Interactive Visualizations for Profiling R Code},
author = {Winston Chang and Javier Luraschi},
year = {2018},
note = {R package version 0.3.5},
url = {https://CRAN.R-project.org/package=profvis},
}
@Manual{Mersmann2018,
title = {microbenchmark: Accurate Timing Functions},
author = {Olaf Mersmann},
year = {2018},
note = {R package version 1.4-6},
url = {https://CRAN.R-project.org/package=microbenchmark},
}
@article{openmp,
author = {Dagum, Leonardo and Menon, Ramesh},
title = {OpenMP: An Industry-Standard API for Shared-Memory Programming},
journal = {IEEE Comput. Sci. Eng.},
issue_date = {January 1998},
volume = {5},
number = {1},
month = jan,
year = {1998},
issn = {1070-9924},
pages = {46--55},
numpages = {10},
url = {https://doi.org/10.1109/99.660313},
doi = {10.1109/99.660313},
acmid = {615542},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
}
@Manual{RcppArmadillo,
title = {RcppArmadillo: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra
Library},
author = {Dirk Eddelbuettel and Romain Francois and Doug Bates and Binxiang Ni},
year = {2018},
note = {R package version 0.9.200.4.0},
url = {https://CRAN.R-project.org/package=RcppArmadillo},
}