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 , 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 , called the likelihood depending on the parameters , and a finite sample of data is given.
Frequentist approaches
In a frequentist approach, the data is assumed to be distributed according to for some "true" parameter . The goal is to recover 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 of the moments of the distribution, then the moment estimates of the parameters are .
- Least square estimation (LSE): This method applies to a regression setting, where the data arises in pairs and a regression function is to be determined. The model parameters are chosen such that the sum of squared differences between the observed data and the model prediction is minimal. In fact, LSE is a special case of MLE, where the conditional distribution of given is normally distributed.7
Bayesian approaches
In a Bayesian approach, the data is not assumed to be generated by a distribution for some true . Instead, the set of all possible (or plausible) model parameters is initially weighted with an à-priori distribution reflecting the statistician's prior belief. Given the observed data, the parameter distribution is updated via Bayes' rule, yielding the à-posteriori distribution that is proportional to the likelihood times the prior . Bayesian estimators therefore rather give a best estimate given the statisticians beliefs.6
- 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.
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 and 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
See also
References
References
- Geisser, S. (2006), Modes of Parametric Statistical Inference, John Wiley & Sons
- Lehmann, Erich Leo; Casella, George (1998). Theory of Point Estimation (2nd ed.). New York: Springer. ISBN 0-387-98502-6.
- Cox, D. R. (2006), Principles of Statistical Inference, Cambridge University Press
- Cox 2006, p. 2
- Casella, George; Berger, Roger L. (2002). Statistical Inference (2nd ed.). Duxbury.
- Casella & Berger (2002), p.324
- Casella & Berger (2002), p.549