{{Short description|Branch of statistics}} {{Use dmy dates|date=November 2015}} '''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.<ref name="GeisserJohnson">{{citation | last= Geisser | first= S. | author-link= Seymour Geisser | year= 2006 | title= Modes of Parametric Statistical Inference | publisher= John Wiley & Sons}}</ref><ref name=":1">Lehmann & Casella (1998), p. 1</ref> 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.<ref name="Cox">{{citation | last= Cox | first= D. R. | author-link= David Cox (statistician) | year= 2006 | title= Principles of Statistical Inference | publisher= Cambridge University Press}}</ref> 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".<ref>Cox (2006), p. 2</ref>

== 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 <math>\theta_1,\dots,\theta_p</math>, which are unknown. Such a family of distributions is called a parametric model. Typical questions in this setting are:<ref name=":1" />

* 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 == {{Main|Point estimation}} In the typical setting of parameter estimation, the chosen parametric family of distributions has either a density function or a density mass function <math>L_\theta</math>, called the likelihood depending on the parameters <math>\theta=(\theta_1,\dots,\theta_p)</math>, and a finite sample of data <math>X_1,\dots,X_n</math> is given.

=== Frequentist approaches === In a frequentist approach, the data is assumed to be distributed according to <math>L_{\theta^*}</math> for some "true" parameter <math>\theta^*</math>. The goal is to recover <math>\theta^*</math> from the observed data.<ref name=":0">Casella & Berger (2002), p. 324</ref> 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 <math>g_1,\dots,g_p</math> of the moments of the distribution, then the moment estimates of the parameters are <math>g_1\left(\sum_{i=1}^nX_i,\dots,\sum_{i=1}^nX_i^p\right),\dots,g_p\left(\sum_{i=1}^nX_i,\dots,\sum_{i=1}^n X_i^p\right)</math>. * Least square estimation (LSE): This method applies to a regression setting, where the data arises in pairs <math>(X_1,Y_1),\dots,(X_n,Y_n)</math> and a regression function <math>f</math> is to be determined. The model parameters are chosen such that the sum of squared differences <math>\sum_{i=1}^n(Y_i-f_\theta(X_i))^2</math> between the observed data and the model prediction is minimal. In fact, LSE is a special case of MLE, where the conditional distribution of <math>Y</math> given <math>X</math> is normally distributed.<ref>Casella & Berger (2002), p. 549</ref>

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

* Posterior mean estimation: The estimator takes the average of the posterior distribution. * Posterior median estimation: The estimator takes the median of the posterior distribution. * Maximum à-posteriori estimation (MAP): The estimator takes the parameter that maximizes the posterior distribution. If the prior is the uniform distribution, then MAP estimation is equivalent to maximum likelihood estimation.

=== Theoretical guarantees ===

==== Uniformly minimum-variance unbiased estimators ==== {{Main|Minimum-variance unbiased estimator}} Uniformly minimum-variance unbiased estimators (UMVUE), sometimes called best unbiased estimators as well<ref>Casella & Berger (2002), p. 334</ref>, are estimators that have minimum variance among all unbiased estimators. Due to the bias-variance decomposition, they are optimal in the sense that they minimise the mean squared error among all unbiased estimators.

Let's assume a function of the model parameters <math>q(\theta)</math> needs to be estimated (e.g., mean, variance, median, or <math>\theta</math> itself). Most generally, if an UMVU estimator of <math>q(\theta)</math> with finite variance exists, then it must be unique due to the Rao-Blackwell theorem<ref>Casella & Berger (2002), p. 343</ref>. If there exists a complete sufficient statistic <math>T</math> in the chosen statistical model, which is often easy to determine using the Neyman-Fisher theorem, then it holds the Lehmann-Scheffé theorem: An estimators of the form <math>f(T)</math> that is unbiased, is automatically UMVU. If such an estimator has finite variance for all <math>\theta</math>, then it is also the unique UMVUE.

==== Information inequality and exponential families ==== In regular statistical models, it can be shown that the variance of unbiased estimators cannot be arbitrarily small: Any unbiased estimator <math>T</math> of the quantity <math>q(\theta)</math> is bounded from below by the universal bound<ref>Lehmann & Casella (1998), p. 120</ref><math display="block">\mathrm{Var}_\theta[T(X)]\geq \nabla q(\theta)I(\theta)^{-1} \nabla q(\theta)^T,</math>where <math>I(\theta)</math> is the Fisher-information matrix of the statistical model. The right hand-side is the so-called Cramér-Rao bound.

Estimators for which the variance equals the Cramér-Rao bound are called efficient and are also UMVU by definition. However, not every UMVUE is efficient. In fact, an estimator <math>T</math> is efficient if and only if (i) the statistical model is an exponential family and (ii) <math>T</math> is the natural sufficient statistic.<ref>Lehmann & Casella (1998), p. 121</ref>

== Parametric models == {{Main|Parametric model}} 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 <math>X</math> and <math>Y</math> in regression/classification problems, lies at the core of parametric procedures. Here is a list of common models used in practice.

=== Density estimation ===

* Exponential families (e.g. normal distribution, exponential distribution, log-normal distribution, Gamma distribution, Chi-squared distribution, Erlang distribution, Beta distribution, Gumbel distribution, Pareto distribution, (Negative-)Binomial distribution, Poisson distribution, geometric distribution) * Laplace distribution * Uniform distribution * Weibull distribution

=== Regression ===

* linear model (special cases thereof are ANOVA and ANCOVA) * generalized linear model (GLM) * neural networks

=== Classification ===

* logistic regression * linear discriminant analysis (LDA) * quadratic discriminant analysis (QDA) * neural networks

==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==

* Aggregated distribution * All models are wrong * Inverse problem * Parametric model * Sufficient statistic

==Notes== {{reflist|colwidth=30em}}

==References== {{refbegin}} * {{citation |author1-last = Lehmann | author1-first = Erich Leo |author2-last = Casella | author2-first = George | title = Theory of Point Estimation | edition = 2nd | year = 1998 | publisher = Springer | location = New York | isbn = 0-387-98502-6 }} * {{citation |author1-last = Casella | author1-first = Goerge |author2-last = Berger | author2-first = Roger L. | title = Statistical Inference | edition = 2nd | year = 2002 | publisher = Duxbury }} * {{citation |author1-last = Geisser | author1-first = S. | title = Modes of Parametric Statistical Inference | year = 2006 | publisher = John Wily & Sons }} * {{citation |author1-last = Cox | author1-first = David R. | title = Principles of Statistical Inference | year = 2006 | publisher = Cambridge University Press | isbn = 978-0-511-34950-8 }} {{refend}} {{Statistics|inference}} {{DEFAULTSORT:Parametric Statistics}} Category:Parametric statistics Category:Statistical inference