-
Notifications
You must be signed in to change notification settings - Fork 76
Citing Conventions
When adding a proof or definition to "The Book of Statistical Proofs", please try to conform with the following examples for referencing sources of your submission.
Journal articles may be cited as follows
sources:
- authors: "Penny et al."
year: 2007
title: "Bayesian Comparison of Spatially Regularised General Linear Models"
in: "Human Brain Mapping"
pages: "vol. 28, pp. 275–293"
url: "https://onlinelibrary.wiley.com/doi/full/10.1002/hbm.20327"
doi: "10.1002/hbm.20327"
which gives rise to the following output:
- Penny et al. (2007): "Bayesian Comparison of Spatially Regularised General Linear Models"; in: Human Brain Mapping, vol. 28, pp. 275–293; URL: https://onlinelibrary.wiley.com/doi/full/10.1002/hbm.20327; DOI: 10.1002/hbm.20327.
Book chapters may be cited as follows
sources:
- authors: "Claeskens G, Hjort NL"
year: 2008
title: "The Bayesian information criterion"
in: "Model Selection and Model Averaging"
pages: "ch. 3.2, pp. 78-81"
url: "https://www.cambridge.org/core/books/model-selection-and-model-averaging/E6F1EC77279D1223423BB64FC3A12C37"
doi: "10.1017/CBO9780511790485"
which gives rise to the following output:
- Claeskens G, Hjort NL (2008): "The Bayesian information criterion"; in: Model Selection and Model Averaging, ch. 3.2, pp. 78-81; URL: https://www.cambridge.org/core/books/model-selection-and-model-averaging/E6F1EC77279D1223423BB64FC3A12C37; DOI: 10.1017/CBO9780511790485.
Web pages may be cited as follows
sources:
- authors: "Taboga, Marco"
year: 2010
title: "Linear combinations of normal random variables"
in: "Lectures on probability and statistics"
pages: "retrieved on 2019-08-27"
url: "https://www.statlect.com/probability-distributions/normal-distribution-linear-combinations"
which gives rise to the following output:
- Taboga, Marco (2010): "Linear combinations of normal random variables"; in: Lectures on probability and statistics, retrieved on 2019-08-27; URL: https://www.statlect.com/probability-distributions/normal-distribution-linear-combinations.
Wikipedia articles may be cited as follows
sources:
- authors: "Wikipedia"
year: 2020
title: "Normal distribution"
in: "Wikipedia, the free encyclopedia"
pages: "retrieved on 2020-03-20"
url: "https://en.wikipedia.org/wiki/Normal_distribution#Cumulative_distribution_function"
which gives rise to the following output:
- Wikipedia (2020): "Normal distribution"; in: Wikipedia, the free encyclopedia, retrieved on 2020-03-20; URL: https://en.wikipedia.org/wiki/Normal_distribution#Cumulative_distribution_function.
ProofWiki entries may be cited as follows
sources:
- authors: "ProofWiki"
year: 2020
title: "Moment Generating Function of Gaussian Distribution"
in: "ProofWiki"
pages: "retrieved on 2020-03-03"
url: "https://proofwiki.org/wiki/Moment_Generating_Function_of_Gaussian_Distribution"
which gives rise to the following output:
- ProofWiki (2020): "Moment Generating Function of Gaussian Distribution"; in: ProofWiki, retrieved on 2020-03-03; URL: https://proofwiki.org/wiki/Moment_Generating_Function_of_Gaussian_Distribution.
StackExchange answers may be cited as follows
sources:
- authors: "whuber"
year: 2018
title: "What is the expected value of the logarithm of Gamma distribution?"
in: "StackExchange CrossValidated"
pages: "retrieved on 2020-05-25"
url: "https://stats.stackexchange.com/questions/370880/what-is-the-expected-value-of-the-logarithm-of-gamma-distribution"
which gives rise to the following output:
- whuber (2018): "What is the expected value of the logarithm of Gamma distribution?"; in: StackExchange CrossValidated, retrieved on 2020-03-03; URL: https://stats.stackexchange.com/questions/370880/what-is-the-expected-value-of-the-logarithm-of-gamma-distribution.
- Example: "Variance of the gamma distribution"
YouTube videos may be cited as follows
sources:
- authors: "Turlapaty, Anish"
year: 2013
title: "Gamma random variable: mean & variance"
in: "YouTube"
pages: "retrieved on 2020-05-19"
url: "https://www.youtube.com/watch?v=Sy4wP-Y2dmA"
which gives rise to the following output:
- Turlapaty, Anish (2013): "Gamma random variable: mean & variance"; in: YouTube, retrieved on 2020-05-19; URL: https://www.youtube.com/watch?v=Sy4wP-Y2dmA.
Twitter/X posts may be cited as follows
sources:
- authors: "Probability Fact"
year: 2021
title: "If X and Y are independent, the moment generating function (MGF)"
in: "X"
pages: "retrieved on 2024-11-08"
url: "https://x.com/ProbFact/status/1468264616706859016"
which gives rise to the following output:
- Probability Fact (2021): "If X and Y are independent, the moment generating function (MGF)"; in: X, retrieved on 2024-11-08; URL: https://x.com/ProbFact/status/1468264616706859016.
The source metadata field can be left empty
sources:
which gives rise to the following output:
Is it required that my proof or definition file contains a source?
No, a submission file does not have to reference a source. If the proof or definition is mathematically sound and statistically correct – which is, of course, decided by the community editing the archive –, the file may still be added to the archive. Also see: What does "original work" mean?
What must be fulfilled for adding a source to a proof or definition?
If it is added to a definition file,
- then the source must contain the definition.
- Example: "Moment-generating function"
If it is added to a proof file,
- then the source must state the theorem;
- or the source must include a proof of the theorem;
- or the source must include some statement(s) used when proving the theorem.
Is there something else I need to take care of?
Please make sure that the title of your reference does not contain:
- greek letters such as
α, β, γ
; - the power symbol, i.e.
^
; - backslashes, i.e.
\
or\\
.
While those characters are unproblematic for display online, they will cause problems when writing StatProofBook content into a LaTeX/PDF document.