Skip to content

Commit 557bc79

Browse files
[CU-a73n08, Docs] Glossary - Add MC-related and ODE definitions (#5038)
* Add MC-related and ODE defintions * double acronyms and add a couple links Co-authored-by: Oriol (ZBook) <[email protected]>
1 parent bf4e21e commit 557bc79

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/source/glossary.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,29 @@ GLM
7070
:::{note} Do not confuse these with general linear models
7171
:::
7272

73+
[Probability Mass Function](https://en.wikipedia.org/wiki/Probability_mass_function)
74+
[PMF](https://en.wikipedia.org/wiki/Probability_mass_function)
75+
A function that gives the probability that a discrete random variable is exactly equal to some value.
76+
77+
[Maximum a Posteriori](https://en.wikipedia.org/wiki/Maximum_a_posteriori_estimation)
78+
[MAP](https://en.wikipedia.org/wiki/Maximum_a_posteriori_estimation)
79+
An estimate of an unknown density estimation, that equals the mode of the posterior distribution. MAP can therefore be seen as a regularization of maximum likelihood estimation.
80+
81+
[No-U-Turn Sampler](https://arxiv.org/abs/1111.4246)
82+
[NUTS](https://arxiv.org/abs/1111.4246)
83+
An extension of {term}`Hamiltonian Monte Carlo` that algorithmically sets likely candidate points that spans a wide swath of the target distribution, stopping automatically when it starts to double back and retrace its steps.
84+
85+
[Hamiltonian Monte Carlo](https://en.wikipedia.org/wiki/Hamiltonian_Monte_Carlo)
86+
[HMC](https://en.wikipedia.org/wiki/Hamiltonian_Monte_Carlo)
87+
A {term}`Markov Chain Monte Carlo` method for obtaining a sequence of random samples which converge to being distributed according to a target probability distribution.
88+
89+
[Credibility](https://en.wikipedia.org/wiki/Credibility_theory)
90+
A form of statistical inference used to forecast an uncertain future event
91+
92+
[Ordinary Differential Equation](https://en.wikipedia.org/wiki/Ordinary_differential_equation)
93+
[ODE](https://en.wikipedia.org/wiki/Ordinary_differential_equation)
94+
A type of differential equation containing one or more functions of one independent variable and the derivatives of those functions
95+
96+
Hierarchical Ordinary Differential Equation
97+
Individual, group, or other level types calculations of {term}`Ordinary Differential Equation`'s.
7398
:::::

0 commit comments

Comments
 (0)