math concept
19 topics use this
Math concept
Gaussian Distribution
Core equation
$$f(x) = \dfrac{1}{\sigma\sqrt{2\pi}}\exp\!\left(-\dfrac{(x-\mu)^2}{2\sigma^2}\right)$$
The Gaussian (normal) distribution is the most important probability distribution in science. It emerges naturally from the Central Limit Theorem and appears in virtually every quantitative field wherever noise, measurement error, or aggregated random effects are present.
Properties
The distribution $\mathcal{N}(\mu, \sigma^2)$ has:
- Mean: $\mathbb{E}[X] = \mu$
- Variance: $\text{Var}(X) = \sigma^2$
- Moment generating function: $M_X(t) = \exp(\mu t + \tfrac{1}{2}\sigma^2 t^2)$
- Entropy: $H = \tfrac{1}{2}\ln(2\pi e \sigma^2)$ — maximum entropy for fixed mean and variance
The Central Limit Theorem
Let $X_1, X_2, \ldots$ be i.i.d. with mean $\mu$ and variance $\sigma^2 < \infty$. Then:
\[\sqrt{n}\left(\frac{\bar{X}_n - \mu}{\sigma}\right) \xrightarrow{d} \mathcal{N}(0, 1)\]This is why the Gaussian appears everywhere: most aggregate measurements are sums of many independent contributions.
Multivariate Gaussian
In $d$ dimensions:
\[\mathbf{x} \sim \mathcal{N}(\boldsymbol{\mu}, \Sigma) \iff p(\mathbf{x}) = \frac{1}{(2\pi)^{d/2}|\Sigma|^{1/2}} \exp\!\left(-\tfrac{1}{2}(\mathbf{x}-\boldsymbol{\mu})^\top \Sigma^{-1}(\mathbf{x}-\boldsymbol{\mu})\right)\]Marginals and conditionals of a joint Gaussian are themselves Gaussian — making it the only distribution closed under linear transformations, conditioning, and marginalisation.
Fields that use this concept
Life sciences
Bioinformatics
Life sciences
Biostatistics
Finance & economics
Econometrics
Maximum Likelihood Estimation
Estimating parameters by maximising the probability of observed data. Foundation of modern statistical inference.
OLS Regression
Estimating linear relationships by minimising squared residuals. The workhorse of econometrics.
Earth sciences
Geophysics
Engineering & CS
Machine learning
Gaussian Processes
A non-parametric Bayesian approach that places a prior directly over functions.
Linear Regression
The simplest supervised learning model — mathematically identical to econometric OLS.
Earth sciences
Meteorology
Classical Test Theory
The foundational framework decomposing an observed score into a true score and random measurement error.
Reliability and Validity
Core psychometric properties evaluating the consistency and accuracy of a measurement instrument.
Finance & economics
Quant finance
Black–Scholes Model
The foundational option pricing model. Derives a fair price from stochastic calculus and no-arbitrage.
Copulas
Functions that model the dependence structure between random variables independently of their marginal distributions.
Geometric Brownian Motion
The stochastic process driving the Black-Scholes model. Ensures prices stay positive and returns are log-normally distributed.
Interest Rate Models
Stochastic models for the yield curve. Used to price bonds, swaps, caps, and swaptions.
Value at Risk
The loss level not exceeded with a given probability over a given horizon. The industry-standard risk measure for regulatory capital.
Life sciences
Quant genetics
Genome-Wide Association Studies
Statistical methods for mapping SNP associations to complex traits across the genome.
Hardy-Weinberg Equilibrium
Allele and genotype frequency equilibrium under idealized random mating.
Heritability
Partitioning phenotypic variance into genetic and environmental components.
Response to Selection
The Breeder's equation and quantitative prediction of genetic gain per generation.