-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBiblio.bib
74 lines (65 loc) · 2.74 KB
/
Biblio.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
@misc{r,
author = {{The R Foundation}},
title = {{The R Project for Statistical Computing}},
howpublished = {\url{https://www.r-project.org/}},
year = {2020}
}
@misc{jupyter,
author = {{Jupyter}},
title = {{Project Jupyter}},
howpublished = {\url{https://jupyter.org/}},
year = {2020}
}
@misc{youtube,
author = {{3Blue1Brown}},
title = {El teorema de {B}ayes, haciendo intuitiva la probabilidad},
howpublished = {\url{https://www.youtube.com/watch?v=HZGCoVF3YvM}},
year = {2019}
}
@misc{stat,
author = {Schnipper, Jeffrey L. and Sax, Paul E.},
title = {Covid--19 test accuracy supplement: {T}he math of {B}ayes' theorem},
howpublished = {\url{https://www.statnews.com/2020/08/20/covid-19-test-accuracy-supplement-the-math-of-bayes-theorem/}},
year = {2020}
}
@misc{fda,
author = {U. {S}. {F}ood and {D}rug {A}dministration},
title = {Conceptos básicos de las pruebas para el coronavirus},
howpublished = {\url{https://www.fda.gov/consumers/articulos-en-espanol/conceptos-basicos-de-las-pruebas-para-el-coronavirus}},
year = {2020}
}
@misc{ranjan2020,
author = {Archit Ranjan},
title = {Covid--19, {B}ayes' theorem and taking probabilistic decisions},
howpublished = {\url{https://towardsdatascience.com/covid-19-bayes-theorem-and-taking-data-driven-decisions-part-1-b61e2c2b3bea}},
year = {2020}
}
@misc{gob,
author = {{Gobierno de México}},
title = {Covid--19 {M}éxico},
howpublished = {\url{https://datos.covid-19.conacyt.mx/#DownZCSV}},
year = {2020}
}
@misc{garcia2020,
author = {Syndy García},
title = {¿{Q}ué tan certero puede ser el resultado de una prueba para diagnosticar {C}ovid--19?},
howpublished = {\url{https://verificado.com.mx/que-tan-certero-puede-ser-el-resultado-de-una-prueba-para-diagnosticar-la-covid-19/}},
year = {2020}
}
@book{grinsteadEA1997,
author = {Grinstead, Charles M. and Snell, J. Laurie},
editor = {},
title = {Introduction to probability},
publisher = {American {M}athematical {S}ociety},
year = {1997}
}
@article {LisboaEA2516,
author = {Lisboa Bastos, Mayara and Tavaziva, Gamuchirai and Abidi, Syed Kunal and Campbell, Jonathon R. and Haraoui, Louis--Patrick and Johnston, James C. and Lan, Zhiyi and Law, Stephanie and MacLean, Emily and Trajman, Anete and Menzies, Dick and Benedetti, Andrea and Ahmad Khan, Faiz},
title = {Diagnostic accuracy of serological tests for {C}ovid-19: systematic review and meta-analysis},
volume = {370},
elocation-id = {m2516},
year = {2020},
doi = {10.1136/bmj.m2516},
publisher = {BMJ Publishing Group Ltd},
journal = {BMJ}
}