Appendix B
BGlossary
Terms and abbreviations used in this book, defined in plain terms. Each is also defined inline where it first appears.
- 0-1 loss
- The loss that charges nothing for an exact hit and a flat penalty of one for any miss, regardless of size. Its best constant summary is the mode, and it underlies classification's most-probable-class rule.
- Absolute-error loss
- The loss |c − y|, charging the raw distance of a miss rather than its square. Its best constant summary is the median, and its linear growth makes it robust to outliers.
- Acceptance region
- For a hypothesis test of a given null value, the set of data outcomes that do not lead to rejection. Collecting the null values whose acceptance region contains the observed data produces the confidence set (test-interval duality).
- Admissibility
- A decision rule is admissible if no other rule dominates it, and inadmissible if some rule does. Admissibility is only a floor: it rules out being beaten everywhere, but an admissible rule can still be bad, and it does not by itself single out a best rule.
- Almost sure convergence
- The strongest common mode: with probability one, the actual sequence of values you observe converges to the limit in the ordinary sense. It implies convergence in probability, but not conversely.
- Alternative hypothesis
- The rival claim you would switch to if the data discredits the null; together the two hypotheses are the competing worlds a test decides between.
- Asymptotic efficiency
- The property of an estimator whose asymptotic variance equals the inverse Fisher information, achieving the Cramér–Rao information bound in the large-sample limit. The maximum likelihood estimator is the canonical asymptotically efficient estimator.
- Asymptotic normality
- The property that an estimator's sampling distribution approaches a Normal centered at the target as the sample size grows. Under regularity the MLE is asymptotically normal with variance equal to the Cramer-Rao floor.
- Base measure
- The factor h(x) in an exponential family: the part of the density that depends on the data alone and does not move as the parameter changes.
- Base rate
- The fraction of the hypotheses you test that correspond to real effects; when it is low, even a well-calibrated test yields many false positives relative to true ones.
- Basic bootstrap interval
- A bootstrap confidence interval, also called the pivotal interval, that treats the bootstrap error as a proxy for the sampling error and reflects the replicate percentiles back through the estimate.
- Bayes decision rule
- The decision rule that minimizes Bayes risk for a given prior, equivalently the rule that minimizes posterior expected loss dataset by dataset. Under squared-error loss it returns the posterior mean, under absolute-error loss the posterior median, under 0-1 loss the posterior mode. Distinct from Bayes' rule the theorem, which computes the posterior itself.
- Bayes risk
- The risk curve of a decision rule averaged against a prior distribution over the parameter, collapsing the whole curve to a single number. The rule that minimizes it is the Bayes decision rule for that prior.
- Bayes' rule
- The identity that the posterior is proportional to the prior times the likelihood, normalized by the marginal likelihood. It is the single mechanical step that turns a belief held before the data into one held after.
- BCa interval
- The bias-corrected and accelerated bootstrap confidence interval, which adjusts the percentile endpoints for median bias and for a standard error that varies with the parameter, achieving second-order accuracy.
- Benign overfitting
- The phenomenon in which a model interpolates the training data — fitting the noise to zero training error — yet still predicts new data accurately. It occurs in linear regression only under specific conditions on the covariance spectrum, and is not a universal license to interpolate.
- Benjamini–Hochberg procedure
- A multiple-testing procedure that controls the false discovery rate by sorting the p-values and rejecting the largest run for which the i-th smallest satisfies p ≤ (i/m)α; far more powerful than Bonferroni on large screens.
- Bias
- The systematic error of an estimator: how far its average value, over repeated samples, sits from the true quantity it targets.
- Block bootstrap
- A bootstrap for dependent data that resamples contiguous blocks of consecutive observations rather than single points, preserving the local dependence that i.i.d. resampling would destroy.
- Bonferroni correction
- A multiple-testing fix that tests each of m hypotheses at level α/m so the family-wise error rate stays below α; simple and strict, but severely underpowered when m is large.
- Bootstrap
- A resampling method that approximates the sampling distribution of a statistic by repeatedly recomputing it on samples drawn from the data itself, standing in for samples from the unknown population.
- Bootstrap standard error
- An estimate of a statistic's standard error given by the standard deviation of its values across bootstrap resamples.
- Borrowing strength
- Estimating many quantities jointly by pulling their estimates toward a shared center, so the ensemble informs each one; also called partial pooling. The pooling corrects the scale of the noise, not the meaning of the quantities.
- Central limit theorem
- The theorem that the standardized sample mean of independent draws with finite variance converges in distribution to a normal, regardless of the source distribution. It is why the normal appears everywhere and why standard errors work.
- Central moment
- A moment taken about the mean, E[(X - mean)^k], so it describes shape rather than location. Variance, skewness, and kurtosis are built from the second, third, and fourth central moments.
- Characteristic function
- The function E[e^{itX}] with an imaginary exponent. Because e^{itX} stays bounded, it exists for every distribution, uniquely determines the law, and turns sums into products — the always-available substitute for the moment generating function.
- Chebyshev's inequality
- The distribution-free bound P(|X − mu| ≥ k sigma) ≤ 1/k², obtained by applying Markov's inequality to the squared deviation. It needs only a finite variance and is the engine behind the weak law of large numbers.
- Composite hypothesis
- A hypothesis that only confines the parameter to a set of values (for example, the mean is positive), so it stands for a whole family of distributions rather than one.
- Concentration of measure
- The phenomenon that a function of many independent coordinates that does not depend too sharply on any one of them is nearly constant across the randomness. It is why a high-dimensional Gaussian's length is almost exactly root-p.
- Conditional distribution
- The distribution of one variable once another is fixed at a specific value, obtained by slicing the joint at that value and renormalizing so probability sums to one again.
- Conditional expectation
- The mean of Y computed within the slice where X takes a given value, E[Y | X]. As a function of X it is itself a random variable, and it is the object on which sufficiency and the tower property are built.
- Confidence interval
- A data-driven interval built by a recipe whose long-run guarantee is that the random interval it produces covers the fixed true parameter a stated fraction of the time. The stated fraction describes the procedure across repeated samples, not the chance that any one observed interval contains the parameter.
- Confidence level
- The target coverage 1 minus alpha that a confidence procedure promises, such as 95%. It is a property of the interval-making rule, not of any single interval it outputs.
- Conjugate prior
- A prior distribution chosen so that, after updating on data, the posterior stays in the same family as the prior; the update just adjusts a few numbers. Every exponential family has a matched conjugate prior (for example, a Beta prior for a Bernoulli rate stays Beta).
- Consistency
- The property that an estimator converges to the true quantity as the sample size grows without bound.
- Continuous mapping theorem
- The result that a continuous transformation preserves convergence: if Xₙ converges to X in probability or in distribution, then g(Xₙ) converges to g(X) in the same mode.
- Convergence in distribution
- The weakest common mode: the cumulative distribution functions converge at every point where the limit is continuous. It constrains only the shape of the distribution, not where any particular draw lands.
- Convergence in mean square
- A sequence converges in mean square to X when E[(Xₙ − X)²] tends to zero; it is a statement about the average squared gap and it implies convergence in probability.
- Convergence in probability
- A sequence of random variables converges in probability to a limit if, for every fixed tolerance, the chance of being farther than that tolerance from the limit shrinks to zero. This is the mode that defines consistency.
- Convolution theorem
- Hájek's result that the limiting distribution of any regular estimator equals the efficient Gaussian Normal(0, I⁻¹) convolved with an independent noise term. Since convolving with noise only spreads a distribution, no regular estimator can be more concentrated than the efficient Gaussian.
- Covariance
- The expectation E[(X - mean_X)(Y - mean_Y)], measuring how two variables move together. It is the cross term that makes the variance of a sum depart from the sum of the variances unless the variables are uncorrelated.
- Coverage
- The probability, computed over the sampling distribution of the data, that a confidence procedure's random interval contains the fixed parameter. A valid procedure holds coverage at its confidence level for every parameter value.
- Cramer-Rao bound
- A lower bound on the variance of any unbiased estimator: the variance cannot fall below one over the total Fisher information, 1/(n I(theta)). It sets the best precision the data can buy, and biased estimators may fall below it.
- Credible interval
- An interval that holds a stated share, such as 95%, of the posterior probability for a parameter. Unlike a confidence interval, it licenses the direct statement that the parameter lies inside it with that probability, given the prior and data.
- Cross-validation
- A way to estimate a model's out-of-sample (generalization) error using only the data at hand, by repeatedly fitting on part of the sample and scoring on the held-out remainder. Used to choose tuning parameters such as a penalty.
- Cumulative distribution function (CDF)
- The function F(x) = P(X <= x) giving the probability a variable lands at or below x. It exists for every distribution, runs from 0 to 1, and never decreases.
- Curse of dimensionality
- The cluster of ways problems get harder as dimension grows: data thins out, volume crowds toward the surface of any region, and distances between points concentrate near a single value so that nearness stops being informative.
- Decision rule
- Any function that maps observed data to an action — an estimate, or a choice like accept versus reject. Estimators are decision rules; risk is how you grade one.
- Degrees of freedom
- The number of independent directions in which a fit is free to move to chase the data. For an unpenalized linear model it equals the parameter count; regularization replaces it with a smaller effective count.
- Delta method
- The rule that pushes asymptotic normality through a smooth transformation: if √n(θ̂ − θ) converges to Normal(0, sigma²) then √n(g(θ̂) − g(θ)) converges to Normal(0, g'(θ)² sigma²). It comes from linearizing g by its tangent at θ.
- Dominance
- One decision rule dominates another when its risk is no larger at every parameter value and strictly smaller at at least one. The dominated rule can be beaten everywhere at once, so there is never a reason to use it.
- Double descent
- The pattern in which test error, plotted against model complexity, falls in a classical U, rises to a peak at the interpolation threshold, and then descends a second time in the overparameterized regime, sometimes below the classical minimum.
- Effect size
- The true magnitude of the effect a study is trying to detect, often expressed in standard-deviation units so it is comparable across problems; larger effects require less data to detect.
- Effective degrees of freedom
- A continuous measure of a fitted model's complexity: how many parameters it effectively spends once regularization tethers its coefficients. For a linear smoother it is the trace of the hat matrix, sliding from the parameter count down toward zero as the penalty grows.
- Efficiency
- How close an estimator comes to the Cramer-Rao floor, measured as the ratio of the bound to the estimator's variance; it runs from 0 (wasteful) to 1 (best possible). An efficient estimator attains the floor.
- Empirical distribution
- The distribution that places probability 1/n on each of the n observed data points; it is the nonparametric estimate of the population distribution and converges to it as n grows.
- Equal-tailed interval
- A credible interval that removes an equal share of posterior probability from each tail, running from the alpha-over-two quantile to the one-minus-alpha-over-two quantile of the posterior. On a skewed posterior it is generally longer than, and shifted from, the highest posterior density interval.
- Estimand
- The fixed unknown quantity you are trying to estimate — the target an estimator aims at, usually a parameter or a function of one.
- Estimator
- A rule that turns a sample of data into a guess for an unknown quantity; because the data is random, the estimator is itself a random variable with a distribution.
- Event
- A subset of the sample space, that is, a collection of outcomes to which a probability can be assigned.
- Expectation
- The probability-weighted average of a random variable — a sum or integral of its values weighted by their likelihood; the balance point (center of mass) of its distribution. Also called the expected value or mean.
- Exponential family
- A class of distributions whose density can be written as h(x) exp(eta(theta) . T(x) - A(theta)), so the parameter touches the data only through a natural parameter times a sufficient statistic inside one exponential. Most familiar distributions (normal, Bernoulli, Poisson, exponential, gamma, beta) are members, which is why sufficiency, conjugate priors, and clean moment formulas all appear together.
- False discovery rate (FDR)
- The expected fraction of your rejected hypotheses that are actually false positives; controlling it (as the Benjamini–Hochberg procedure does) tolerates some false positives in exchange for more discoveries.
- Family-wise error rate (FWER)
- The probability of making even one false rejection across an entire family of tests; the Bonferroni correction controls it by testing each of m hypotheses at level α/m.
- Fisher information
- A measure of how much a sample tells you about a parameter, equal to the expected squared score and, for smooth models, to the expected curvature (negative second derivative) of the log-likelihood at the truth. A sharp likelihood peak means high information; a flat one means low.
- Fisher information matrix
- The multi-parameter version of Fisher information: a matrix of expected curvatures and cross-curvatures of the log-likelihood surface, whose inverse floors the covariance of any unbiased estimator.
- Fisher-Neyman factorization theorem
- The practical test for sufficiency: a statistic T is sufficient for the parameter exactly when the likelihood factors into a piece depending on the data only through T (and on the parameter) times a piece of the data alone.
- Generalization error
- The expected loss a fitted model would incur on a fresh observation from the same process. The quantity a penalty should minimize, and what cross-validation estimates.
- Generalized likelihood ratio test
- A general-purpose test that compares the maximized likelihood under the null to the maximized likelihood over the whole parameter space, plugging in maximum likelihood estimates for unknown parameters. Small values of the ratio are evidence against the null.
- Hat matrix
- The matrix H that maps observed responses to fitted values, y-hat = H y, for a linear fit. Named because it 'puts the hat on y'; its trace gives the fit's effective degrees of freedom.
- High-dimensional statistics
- The study of estimation and inference when the number of parameters p is comparable to the sample size n, rather than fixed while n grows. Formally, the regime where p/n tends to a positive constant, in which classical fixed-p asymptotics no longer apply.
- Highest posterior density interval (HPD)
- The shortest interval containing a stated share of the posterior probability; equivalently, the set of parameter values whose posterior density exceeds a threshold, so its two endpoints sit at equal density. It coincides with the equal-tailed interval only when the posterior is symmetric and unimodal.
- Hodges' estimator
- A superefficient estimator built from the MLE by snapping it to zero whenever it lands near zero. It beats the information bound at the single point θ = 0 but suffers spiking risk in a neighborhood of it, illustrating why pointwise superefficiency is not a genuine improvement.
- Huber loss
- A loss that is quadratic for residuals within a threshold and linear beyond it, blending the small-error efficiency of squared-error loss with the outlier resistance of absolute-error loss. The threshold dials between the two extremes.
- Hypothesis test
- A decision rule that partitions the space of possible datasets into a rejection region and its complement, returning one of two verdicts: reject the null or fail to reject it.
- Independence
- The property that knowing one variable tells you nothing about another; equivalently, their joint distribution factors into the product of their marginals.
- Independent and identically distributed (i.i.d.)
- A description of data that are mutually independent draws from one common distribution. Their joint density factors into a product, which is why the log-likelihood is a sum and the limit theorems apply.
- Information bound
- The inverse Fisher information I(θ)⁻¹, the smallest asymptotic variance any regular estimator can attain. It is the large-sample form of the Cramér–Rao bound and the floor efficiency is measured against.
- Interpolation threshold
- The level of model complexity at which a model just barely achieves zero training error, fitting every data point exactly. For a linear model it sits near p = n, and test error typically peaks there.
- James-Stein estimator
- An estimator of a vector of means that shrinks every coordinate toward a common center by a single data-dependent factor. For three or more coordinates it has strictly smaller total risk than the sample mean everywhere.
- Jensen's inequality
- For a convex function g, the function of the average is at most the average of the function: g(E[X]) ≤ E[g(X)]. Applied to g(x) = x² it gives E[X²] ≥ (E[X])², equivalently Var(X) ≥ 0; the inequality reverses for concave g.
- Joint distribution
- The distribution of two or more variables together, spending the unit of probability over combinations of their values rather than over single values.
- k-fold cross-validation
- Cross-validation that splits the data into k roughly equal folds, then trains on k-1 folds and scores on the one held out, rotating so every fold is held out once, and averages the k held-out scores.
- Kurtosis
- The standardized fourth central moment, measuring how much of the variance comes from rare extreme deviations — that is, tail weight. The normal distribution has kurtosis 3; 'excess kurtosis' subtracts that reference off.
- L1 penalty
- A regularization term equal to the sum of absolute coefficient values. As the penalty behind the lasso, it corresponds to a Laplace prior and its constant slope at zero is what produces exact zeros.
- L2 penalty
- A regularization term equal to the sum of squared coefficients. As the penalty on magnitude behind ridge regression, it corresponds to a Gaussian prior on the coefficients.
- Laplace prior
- The double-exponential prior, with density proportional to exp(-|beta|/b); its sharp cusp at zero and heavy tails make it the prior whose MAP estimate is the lasso fit.
- Lasso
- A regularized least-squares fit that adds a penalty on the sum of absolute coefficient values (the L1 penalty); it can drive some coefficients exactly to zero, so it selects variables as it shrinks.
- Law of large numbers
- The theorem that the sample mean of independent draws converges to the true mean as the sample grows. The weak law states this in probability, the strong law almost surely. It is why estimation by averaging works.
- Law of the unconscious statistician (LOTUS)
- The rule that the expectation of a function of a random variable can be computed by integrating the function against the variable's own distribution, without first finding the distribution of the transformed variable.
- Law of total expectation (tower property)
- The identity E[E[Y | X]] = E[Y]: averaging the conditional mean of Y back over the distribution of X recovers the unconditional mean. It holds for any X and Y.
- Law of total variance
- The decomposition Var(Y) = E[Var(Y | X)] + Var(E[Y | X]), splitting the spread of Y into the average within-slice variance plus the variance of the slice means.
- Least favorable prior
- The prior an adversary would choose to make your task hardest — the one that maximizes the Bayes risk of its own Bayes decision rule. Under broad conditions the minimax rule is exactly the Bayes decision rule for this prior.
- Leave-one-out cross-validation
- The extreme case of k-fold cross-validation with k equal to the sample size: each single observation is held out in turn. Low bias but often high variance, since the training sets barely differ.
- Level
- The promised upper bound on a test's Type I error rate; a test has level alpha when its size is at most alpha. Size and level coincide for a well-calibrated test and diverge for a conservative one.
- Likelihood function
- For fixed observed data, the model's probability (or density) of that data read as a function of the parameter. It scores each candidate parameter by how well it would have anticipated the data; it is not a probability distribution over the parameter.
- Likelihood ratio
- The ratio of the data's likelihood under the alternative to its likelihood under the null. A large value means the alternative explained the observed data far better, and ranking the sample space by it is the optimal way to spend a Type I error budget.
- Likelihood ratio test
- A test that rejects the null exactly when the likelihood ratio exceeds a threshold, the threshold chosen so the false-alarm rate equals the target size. It is the most powerful test for simple-versus-simple problems.
- Linear smoother
- Any fitting method whose fitted values are a fixed linear map of the responses, y-hat = H y. Ridge regression, smoothing splines, and k-nearest-neighbors are examples, and all share the trace-of-H notion of complexity.
- Linearity of expectation
- The rule that the expectation of a sum equals the sum of the expectations, and that constants pull out: E[aX + bY] = a E[X] + b E[Y]. It holds whether or not the variables are independent.
- Local asymptotic minimax (LAM)
- The theorem (Hájek and Le Cam) that no estimator can beat the risk of the efficient Gaussian in the worst case over a shrinking neighborhood of the truth, for any bowl-shaped loss. Unlike the convolution theorem it constrains all estimators, not just regular ones, by judging worst-case rather than pointwise behavior.
- Local asymptotic normality (LAN)
- A property of a model whereby, on the 1/√n scale around the true parameter, its log-likelihood ratio expands into a quadratic and the model behaves like the problem of estimating the mean of a single Gaussian. It is the framework in which efficiency statements are made rigorous.
- Log-likelihood
- The logarithm of the likelihood function. Taking the log turns the product over an independent sample into a sum without moving the peak, and it is the function one actually maximizes in practice.
- Log-partition function
- The term A(theta) in an exponential family, the logarithm of the normalizing constant that makes the density integrate to one. It is determined by the other pieces, and its derivatives in the natural parameter give the mean and variance of the sufficient statistic.
- Loss function
- A rule assigning a penalty to being wrong by a given amount; the choice of loss decides which estimator counts as best.
- M-estimator
- An estimator defined as the solution to an estimating equation — setting the average of a chosen score function to zero. Maximum likelihood is the special case whose score is the derivative of the log-likelihood.
- m-out-of-n bootstrap
- A bootstrap that resamples m points with m growing slower than n; drawing smaller resamples restores consistency in several cases, such as the sample maximum, where the ordinary bootstrap fails.
- Marchenko–Pastur law
- The limiting distribution of the eigenvalues of a sample covariance matrix as p and n grow with p/n fixed. Even when the true covariance is the identity, the sample eigenvalues spread across an interval rather than piling up at 1, revealing how the sample covariance degrades in high dimensions.
- Marginal distribution
- The distribution of one variable alone, recovered from a joint distribution by summing or integrating the other variables away; the joint's shadow on one axis.
- Marginal likelihood (evidence)
- The probability of the observed data averaged over all parameter values under the prior, and the denominator in Bayes' rule. Being independent of the parameter, it only renormalizes the posterior, but across models it serves as the score behind Bayes factors.
- Markov's inequality
- For a nonnegative random variable, P(X ≥ a) ≤ E[X]/a: a distribution-free ceiling on how much mass can sit in the right tail, given only the mean.
- Maximum a posteriori (MAP) estimate
- The parameter value at which the posterior density is highest — the single most probable value. Under a flat prior it coincides with the maximum-likelihood estimate, and it is what penalized (regularized) estimation computes.
- Maximum likelihood estimator (MLE)
- The parameter value that maximizes the likelihood (equivalently, the log-likelihood) of the observed data — the top of the likelihood scoreboard, the setting under which the data is least surprising.
- Mean squared error (MSE)
- The expected squared distance between an estimator and its target. Under squared-error loss it equals bias squared plus variance.
- Median
- The value that splits a distribution into two halves of probability one-half each. It is the constant summary that minimizes expected absolute-error loss.
- Minimal sufficient statistic
- The coarsest sufficient statistic — the maximal compression of the data that still loses no information about the parameter. Any other sufficient statistic can be reduced to it.
- Minimax
- The criterion that judges a decision rule by its worst-case risk over the parameter and prefers the rule whose worst case is smallest. It buys a guarantee against the least favorable value of the unknown, at the cost of defending against truths that may be far from reality.
- Minimum-norm interpolator
- Among the many fits that achieve zero training error in an overparameterized model, the one with the smallest coefficient norm. Choosing it acts as an implicit ridge-style regularizer and is the estimator behind benign overfitting.
- Misspecification
- The situation in which the assumed model family does not contain the true data-generating distribution. The MLE then converges to the parameter whose model is closest in Kullback–Leibler divergence, and its variance takes the sandwich form rather than the inverse Fisher information.
- Mode
- The most probable value of a distribution — the peak of its density or its most likely category. It is the constant summary that minimizes expected 0-1 loss.
- Moment
- An expectation of a power of a random variable. The k-th (raw) moment is E[X^k]; the k-th central moment, E[(X - mean)^k], measures shape relative to the mean.
- Moment generating function
- The function M_X(t) = E[e^{tX}]. Its derivatives at zero produce the moments, and where it exists near zero it determines the distribution uniquely and turns sums of independent variables into products.
- Monotone likelihood ratio
- A property of a parametric family in which the likelihood ratio between any two parameter values is a monotone function of a single statistic. It lets a one-sided likelihood ratio test be uniformly most powerful (Karlin–Rubin).
- Most powerful test
- Among all tests of a given level, the one with the largest power against a specified alternative. The Neyman–Pearson lemma identifies it as the likelihood ratio test for simple-versus-simple problems.
- Multiple testing
- Running many hypothesis tests at once, which multiplies the chances of a false positive; it requires a correction (controlling either the family-wise error rate or the false discovery rate) to keep errors in check.
- Natural parameter
- The parameter of an exponential family rewritten into the coordinate eta in which it multiplies the sufficient statistic linearly; for a Bernoulli coin it is the log-odds. Also called the canonical parameter.
- Neyman–Pearson lemma
- The result that, for testing a simple null against a simple alternative, the likelihood ratio test is the most powerful test of its size — no other test with the same Type I rate achieves higher power.
- Nonparametric bootstrap
- The bootstrap that resamples directly from the data (equivalently, from the empirical distribution), assuming nothing about the shape of the population distribution.
- Null hypothesis
- The default, incumbent claim about a model's parameter that you keep unless the data forces you off it (the coin is fair, the drug does nothing). Its false rejection is the error a test is built to control.
- One-standard-error rule
- A model-selection heuristic that, among all penalties whose cross-validation error is within one standard error of the minimum, picks the largest (most regularized), favoring a simpler model that is statistically indistinguishable from the best.
- Overfitting
- Fitting a model so closely to the training data that it captures noise as if it were signal, giving low training error but poor generalization. The high-variance extreme, reached as the penalty goes to zero.
- Overparameterization
- The regime in which a model has far more parameters than it has data points to fit, so infinitely many zero-training-error solutions exist. Surprisingly, the minimum-norm solution among them can generalize well.
- p-hacking
- Consciously or not, trying analyses — dropping outliers, adding covariates, testing subgroups, stopping when the data look good — until a result crosses the significance threshold, which invalidates the p-value's guarantee.
- p-value
- The probability, computed assuming the null hypothesis is true, of observing a test statistic at least as extreme as the one you got; small values indicate the data sit far out in the tail the null predicts.
- Parameter
- A fixed but unknown feature of the world — a number or handful of numbers — that pins down which distribution in a model actually generated the data.
- Parametric bootstrap
- A bootstrap that fits a parametric model to the data and simulates new datasets from the fitted distribution rather than resampling the observations; more efficient when the model is correct, but sensitive to misspecification.
- Percentile interval
- A bootstrap confidence interval formed from the empirical quantiles of the bootstrap replicates, for example the 2.5th and 97.5th percentiles for a 95% interval.
- Pivotal quantity
- A function of both the data and the parameter whose probability distribution does not depend on the parameter. Bracketing its fixed quantiles and solving for the parameter yields a confidence interval with exact coverage.
- Plug-in principle
- Estimate any quantity that is a functional of the unknown population distribution by computing the same functional of the empirical distribution instead.
- Posterior distribution
- The distribution of a parameter after updating the prior with observed data, proportional to the prior times the likelihood. It is the Bayesian's full answer, from which any point estimate or interval is only a summary.
- Power
- The probability that a test rejects the null when the alternative is true, equal to one minus the Type II error rate. Neyman–Pearson maximizes it subject to a fixed cap on the Type I rate.
- Prior distribution
- A probability distribution over a parameter that encodes what you believe about it before seeing the current data. Combined with the likelihood through Bayes' rule, it becomes the posterior.
- Probability axioms
- Kolmogorov's three rules every probability obeys: it is nonnegative, the whole sample space has probability one, and the probability of a union of disjoint events is the sum of their probabilities (countable additivity). Every other rule of probability is derived from these.
- Probability density function (pdf)
- For a continuous variable, the rate F'(x) at which the CDF climbs; probability over an interval is the area under it. A density is not a probability and its height can exceed one.
- Probability mass function (pmf)
- For a discrete variable, the function p(x) = P(X = x) placing a lump of probability directly on each attainable value; the lumps sum to one.
- Quantile loss
- An asymmetric loss, also called pinball loss, that charges an under-prediction slope tau and an over-prediction slope 1 − tau. Its minimizer is the tau-quantile of the distribution, so choosing tau chooses which quantile to estimate.
- Random variable
- A numerical quantity whose value is uncertain — formally a function from outcomes to the real line; its distribution says how probability is spread over the values it can take.
- Regular estimator
- An estimator whose limiting behavior does not change discontinuously as the true parameter is perturbed locally. Regularity rules out pathological estimators tuned to one exact parameter value, and is the condition under which the convolution theorem applies.
- Regularity conditions
- The technical assumptions — a smooth log-likelihood and a data range that does not depend on the parameter, among others — under which the MLE is consistent and asymptotically normal. Models that break them, such as the uniform on an interval whose endpoint is the parameter, need case-by-case treatment.
- Regularization
- Deliberately biasing an estimate — usually by penalizing large or complex fits — to reduce its variance and lower total risk.
- Rejection region
- The set of datasets for which a test rejects the null hypothesis; observing data inside it triggers rejection, and its null probability is the test's size.
- Relative efficiency
- The ratio of the asymptotic variances of two estimators, equivalently the ratio of sample sizes each needs to reach the same precision. An estimator with relative efficiency below 1 against the MLE wastes information and needs proportionally more data.
- Resampling
- Drawing new samples from the observed data, typically n points with replacement, to imitate the process of collecting fresh datasets from the population.
- Restricted eigenvalue condition
- An assumption on a regression design guaranteeing that the few directions a sparse signal occupies are not collapsed or confusable with combinations of the other predictors. It is what lets the lasso achieve fast sparse-recovery rates; without it, distinct sparse models can be indistinguishable from the data.
- Ridge regression
- A regularized least-squares fit that adds a penalty on the sum of squared coefficients (the L2 penalty); it shrinks every coefficient smoothly toward zero but keeps them all nonzero.
- Risk
- The expected loss of a procedure, averaged over the data it might see; the yardstick decision theory uses to compare procedures before the data arrives.
- Risk function
- The expected loss of a decision rule when the truth is fixed at a given parameter value, averaged over the sampling distribution of the data. It is a function of the unknown parameter — one height per possible truth, so it is a whole curve rather than a single number.
- Robustness
- The property that a few extreme or corrupted observations cannot swing an estimate arbitrarily far. It follows from a loss whose penalty grows slowly (for example linearly) in the tails rather than quadratically.
- Sample covariance matrix
- The average of the outer products of centered data vectors, the natural estimate of the true covariance. It is consistent entry by entry, but in high dimensions its eigenvalues are badly biased, spreading out according to the Marchenko–Pastur law.
- Sample space
- The set of every outcome an experiment could produce, usually written Omega. Events are the subsets of it to which a probability is assigned.
- Sampling distribution
- The distribution of a statistic (such as the sample mean) across repeated samples from the same population; the object that lets you judge a procedure before seeing data, and describes how much the statistic would vary if you drew fresh data.
- Sandwich variance
- The asymptotic variance A⁻¹BA⁻¹ of an M-estimator, with A the expected Hessian of the objective and B the variance of the score. When the model is correct A = B = I and it collapses to the inverse Fisher information; under misspecification the two differ and the sandwich is the honest variance.
- Score function
- The derivative of the log-likelihood with respect to the parameter. It is zero at the maximum likelihood estimate, and its expected square is the Fisher information.
- Second-order accuracy
- A property of a confidence interval whose coverage error shrinks like 1/n rather than the 1/sqrt(n) of a first-order interval, achieved by capturing the skewness of the sampling distribution.
- Shrinkage
- Pulling an estimate toward a fixed center (often zero) or toward other estimates; the mechanism behind ridge regression and Stein estimation.
- Simple hypothesis
- A hypothesis that pins the distribution down completely, naming one exact distribution with no free parameter left. The Neyman–Pearson lemma solves the simple-versus-simple case exactly.
- Size
- The actual worst-case Type I error rate of a test — for a composite null, the largest rejection probability over every parameter value the null allows. It is what the test really does, as opposed to the level it promises.
- Skewness
- The standardized third central moment, measuring a distribution's asymmetry. Positive skew means a longer right tail, negative a longer left tail, and zero any symmetric law.
- Slutsky's theorem
- The rule that if Xₙ converges in distribution to X and Yₙ converges in probability to a constant c, then Xₙ + Yₙ, Xₙ Yₙ, and Xₙ / Yₙ converge in distribution to X + c, cX, and X/c. It lets a consistent estimate of a nuisance quantity be substituted inside a limit without disturbing it.
- Sparsity
- The property of a model in which most coefficients are exactly zero, so only a subset of the predictors is actually used; the lasso induces it, ridge does not.
- Squared-error loss
- The loss (c − y)^2, charging the square of how far an estimate c falls from the truth y. Its best constant summary of a distribution is the mean, and it is the loss under which the bias-variance decomposition holds.
- Standard deviation
- The square root of the variance, which restores the original units of the variable and so gives an interpretable measure of spread.
- Standard error
- The standard deviation of an estimator's sampling distribution — the typical distance between an estimate and its target. For a sample mean it is the population standard deviation divided by the square root of the sample size.
- Statistical model
- A family of probability distributions, one for each possible parameter value, adopted as a description of how the data was produced; an assumption to be judged for adequacy, not a fact.
- Statistical significance
- The verdict that a p-value falls below a chosen threshold (commonly 0.05), meaning the result is distinguishable from the null at that level; it is a claim about detectability, not about the size or importance of an effect.
- Stein's paradox
- The surprising fact that when you estimate three or more means at once under total squared-error loss, the vector of sample means is inadmissible: a shrinkage estimator beats it at every parameter value, even for unrelated quantities.
- Sufficient statistic
- A function of the data that carries everything the sample tells you about the parameter, so the raw data can be discarded once you know it. In an exponential family the statistic T (summed over the sample) is sufficient and has a fixed size no matter how large the sample grows.
- Superefficiency
- The phenomenon of an estimator attaining asymptotic variance below the information bound I⁻¹ at some parameter values. It is possible only on a set of Lebesgue measure zero and is paid for by inflated risk in surrounding neighborhoods, so it does not overturn the efficiency of the MLE.
- Test-interval duality
- The equivalence between hypothesis tests and confidence sets: the 1 minus alpha confidence set is exactly the set of null values a level-alpha test would not reject, and inverting a confidence procedure recovers a family of tests. It is why a value lies outside the interval precisely when the corresponding test rejects it.
- Tracy–Widom law
- The non-Gaussian limiting distribution of the largest eigenvalue of a large sample covariance (or Wishart) matrix, after centering and scaling. It describes the fluctuations at the upper edge of the Marchenko–Pastur spread.
- Training error
- The average loss a model incurs on the very data it was fit to. It measures how hard the fit tried, not how well it generalizes, and falls as regularization weakens, so it cannot be used to choose a penalty.
- Type I error
- Rejecting the null hypothesis when it is in fact true — a false alarm. Its probability is the size of the test, denoted alpha.
- Type II error
- Failing to reject the null hypothesis when the alternative is in fact true — a miss. Its probability is denoted beta, and its complement is the power.
- Type M error
- A magnitude error: reporting an effect whose estimated size is badly off from the truth, typically inflated, because in a low-power study only the largest estimates reach significance.
- Type S error
- A sign error: reporting an effect in the wrong direction, for instance a benefit that is really a harm; more likely in underpowered studies.
- Unbiased estimator
- An estimator whose expected value equals the estimand for every possible parameter value, so its guesses average out to the truth. Being unbiased constrains only the center of the sampling distribution, not its spread, so it does not imply low error.
- Underfitting
- Constraining a model so heavily that it misses real structure in the data, giving high error on both training and new data. The high-bias extreme, reached as the penalty grows large.
- Uniformly most powerful test
- A test that is most powerful simultaneously against every alternative in a composite family, not just one. It exists for one-sided alternatives when the family has a monotone likelihood ratio, but generally fails for two-sided alternatives.
- Variance
- The expected squared deviation of a random variable from its mean, Var(X) = E[(X − mu)²] = E[X²] − mu², a measure of spread. Its square root is the standard deviation.
- Variance (of a distribution)
- The second central moment, E[(X - mean)^2]: the average squared distance of a random variable from its mean, and the standard measure of a distribution's spread.
- Variance (of an estimator)
- How much an estimator's value bounces around from sample to sample; a measure of its instability, separate from whether it is centered correctly.
- Wilks' theorem
- The result that, under regularity conditions and for nested models, the statistic minus two log Lambda converges under the null to a chi-square distribution whose degrees of freedom equal the number of parameters the null fixes. It fails when the null lies on a boundary of the parameter space.
- Winner's curse (in estimation)
- The upward bias in an effect estimate that arises when only results clearing a significance bar are reported, so the surviving estimates are a selected, inflated sample of the truth.