Cite This Page
Bibliographic details for Logistic curve fitting in epidemiology
- Page name: Logistic curve fitting in epidemiology
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 16 October 2022 11:27 UTC
- Date retrieved: 7 February 2023 22:11 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Logistic_curve_fitting_in_epidemiology&oldid=331961
- Page Version ID: 331961
Citation styles for Logistic curve fitting in epidemiology
APA style
Logistic curve fitting in epidemiology. (2022, October 16). Rosetta Code, . Retrieved 22:11, February 7, 2023 from https://rosettacode.org/w/index.php?title=Logistic_curve_fitting_in_epidemiology&oldid=331961.
MLA style
"Logistic curve fitting in epidemiology." Rosetta Code, . 16 Oct 2022, 11:27 UTC. 7 Feb 2023, 22:11 <https://rosettacode.org/w/index.php?title=Logistic_curve_fitting_in_epidemiology&oldid=331961>.
MHRA style
Rosetta Code contributors, 'Logistic curve fitting in epidemiology', Rosetta Code, , 16 October 2022, 11:27 UTC, <https://rosettacode.org/w/index.php?title=Logistic_curve_fitting_in_epidemiology&oldid=331961> [accessed 7 February 2023]
Chicago style
Rosetta Code contributors, "Logistic curve fitting in epidemiology," Rosetta Code, , https://rosettacode.org/w/index.php?title=Logistic_curve_fitting_in_epidemiology&oldid=331961 (accessed February 7, 2023).
CBE/CSE style
Rosetta Code contributors. Logistic curve fitting in epidemiology [Internet]. Rosetta Code, ; 2022 Oct 16, 11:27 UTC [cited 2023 Feb 7]. Available from: https://rosettacode.org/w/index.php?title=Logistic_curve_fitting_in_epidemiology&oldid=331961.
Bluebook style
Logistic curve fitting in epidemiology, https://rosettacode.org/w/index.php?title=Logistic_curve_fitting_in_epidemiology&oldid=331961 (last visited February 7, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Logistic curve fitting in epidemiology --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Logistic_curve_fitting_in_epidemiology&oldid=331961", note = "[Online; accessed 7-February-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Logistic curve fitting in epidemiology --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Logistic_curve_fitting_in_epidemiology&oldid=331961}", note = "[Online; accessed 7-February-2023]" }