|
70 | 70 | :::{note} Do not confuse these with general linear models
|
71 | 71 | :::
|
72 | 72 |
|
| 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. |
73 | 98 | :::::
|
0 commit comments