Article · Wikipedia archive · Last revised May 30, 2026

Parametric statistics

Parametric statistics is a branch of statistics that is concerned with the analysis of and inference from data assuming that the underlying distribution, from which the observed data was drawn, can be described by a finite set of (unknown) parameters. In contrast, nonparametric statistics does not assume explicit (finite-parametric) mathematical forms for distributions when modeling data. However, it may make some assumptions about that distribution, such as continuity or symmetry, or even an explicit mathematical shape but have a model for a distributional parameter that is not itself finite-parametric.

Last revised
May 30, 2026
Read time
≈ 5 min
Length
1,226 w
Citations
8
Source

Parametric statistics is a branch of statistics that is concerned with the analysis of and inference from data assuming that the underlying distribution, from which the observed data was drawn, can be described by a finite set of (unknown) parameters.12 In contrast, nonparametric statistics does not assume explicit (finite-parametric) mathematical forms for distributions when modeling data. However, it may make some assumptions about that distribution, such as continuity or symmetry, or even an explicit mathematical shape but have a model for a distributional parameter that is not itself finite-parametric.

Most well-known statistical methods are parametric.3 Regarding nonparametric (and semiparametric) models, Sir David Cox has said, "These typically involve fewer assumptions of structure and distributional form but usually contain strong assumptions about independencies".4

Overview

The main goal of statistical inference is to provide methods to systematically analyse data and infer properties of the probability distribution from which the data was drawn. The fundamental assumption underlying parametric statistics is that the data distribution belongs to a more general family of distributions that can be parameterized by a finite number of parameters θ 1 , , θ p {\displaystyle \theta _{1},\dots ,\theta _{p}} , which are unknown. Such a family of distributions is called a parametric model. Typical questions in this setting are:5

  • Parameter estimation: Which choice of parameters best explains the observed data or leads to best predictions?
  • Confidence intervals: What is a suitable range of parameters in which the true parameter lies with high probability?
  • Hypothesis testing: Is it plausible that the true parameter lies within a certain range?
  • Model (mis-)specification: What is an appropriate family of distributions that can explain the observed data?

Parameter estimation

In the typical setting of parameter estimation, the chosen parametric family of distributions has either a density function or a density mass function L θ {\displaystyle L_{\theta }} , called the likelihood depending on the parameters θ = ( θ 1 , , θ p ) {\displaystyle \theta =(\theta _{1},\dots ,\theta _{p})} , and a finite sample of data X 1 , , X n {\displaystyle X_{1},\dots ,X_{n}} is given.

Frequentist approaches

In a frequentist approach, the data is assumed to be distributed according to L θ {\displaystyle L_{\theta ^{*}}} for some "true" parameter θ {\displaystyle \theta ^{*}} . The goal is to recover θ {\displaystyle \theta ^{*}} from the observed data.6 The most common methods are the following.

  • Maximum Likelihood estimation (MLE): The model parameters are chosen such that the probability (or probability density) of the given observation is maximal.
  • Method of moments (MoM): If the model parameters can be expressed as functions g 1 , , g p {\displaystyle g_{1},\dots ,g_{p}} of the moments of the distribution, then the moment estimates of the parameters are g 1 ( i = 1 n X i , , i = 1 n X i p ) , , g p ( i = 1 n X i , , i = 1 n X i p ) {\displaystyle g_{1}\left(\sum _{i=1}^{n}X_{i},\dots ,\sum _{i=1}^{n}X_{i}^{p}\right),\dots ,g_{p}\left(\sum _{i=1}^{n}X_{i},\dots ,\sum _{i=1}^{n}X_{i}^{p}\right)} .
  • Least square estimation (LSE): This method applies to a regression setting, where the data arises in pairs ( X 1 , Y 1 ) , , ( X n , Y n ) {\displaystyle (X_{1},Y_{1}),\dots ,(X_{n},Y_{n})} and a regression function f {\displaystyle f} is to be determined. The model parameters are chosen such that the sum of squared differences i = 1 n ( Y i f θ ( X i ) ) 2 {\displaystyle \sum _{i=1}^{n}(Y_{i}-f_{\theta }(X_{i}))^{2}} between the observed data and the model prediction is minimal. In fact, LSE is a special case of MLE, where the conditional distribution of Y {\displaystyle Y} given X {\displaystyle X} is normally distributed.7

Bayesian approaches

In a Bayesian approach, the data is not assumed to be generated by a distribution L θ {\displaystyle L_{\theta ^{*}}} for some true θ {\displaystyle \theta ^{*}} . Instead, the set of all possible (or plausible) model parameters is initially weighted with an à-priori distribution π {\displaystyle \pi } reflecting the statistician's prior belief. Given the observed data, the parameter distribution is updated via Bayes' rule, yielding the à-posteriori distribution p θ {\displaystyle p_{\theta }} that is proportional to the likelihood L θ {\displaystyle L_{\theta }} times the prior π {\displaystyle \pi } . Bayesian estimators therefore rather give a best estimate given the statisticians beliefs.6

Parametric models

The choice of the model, that is, the probability distribution from which the data is assumed to be drawn in density estimation problems or an assumed functional depence between pairs of data X {\displaystyle X} and Y {\displaystyle Y} in regression/classification problems, lies at the core of parametric procedures. Here is a list of common models used in practice.

Density estimation

Regression

Classification

Example

The normal family of distributions all have the same general shape and are parameterized by mean and standard deviation. That means that if the mean and standard deviation are known and if the distribution is normal, the probability of any future observation lying in a given range is known.

Suppose that we have a sample of 99 test scores with a mean of 100 and a standard deviation of 1. If we assume all 99 test scores are random observations from a normal distribution, then we predict there is a 1% chance that the 100th test score will be higher than 102.33 (that is, the mean plus 2.33 standard deviations), assuming that the 100th test score comes from the same distribution as the others. Parametric statistical methods are used to compute the 2.33 value above, given 99 independent observations from the same normal distribution.

A non-parametric estimate of the same thing is the maximum of the first 99 scores. We don't need to assume anything about the distribution of test scores to reason that before we gave the test it was equally likely that the highest score would be any of the first 100. Thus there is a 1% chance that the 100th score is higher than any of the 99 that preceded it.

History

Parametric statistics was mentioned by R. A. Fisher in his work Statistical Methods for Research Workers in 1925, which created the foundation for modern statistics.

See also

See also

References

References

  1. Geisser, S. (2006), Modes of Parametric Statistical Inference, John Wiley & Sons
  2. Lehmann, Erich Leo; Casella, George (1998). Theory of Point Estimation (2nd ed.). New York: Springer. ISBN 0-387-98502-6.
  3. Cox, D. R. (2006), Principles of Statistical Inference, Cambridge University Press
  4. Cox 2006, p. 2
  5. Casella, George; Berger, Roger L. (2002). Statistical Inference (2nd ed.). Duxbury.
  6. Casella & Berger (2002), p.324
  7. Casella & Berger (2002), p.549