In
statistics
Statistics (from German language, German: ', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a s ...
, the mean squared error (MSE)
or mean squared deviation (MSD) of an
estimator (of a procedure for estimating an unobserved quantity) measures the
average
In colloquial, ordinary language, an average is a single number or value that best represents a set of data. The type of average taken as most typically representative of a list of numbers is the arithmetic mean the sum of the numbers divided by ...
of the squares of the
errors—that is, the average squared difference between the estimated values and the
true value. MSE is a
risk function, corresponding to the
expected value
In probability theory, the expected value (also called expectation, expectancy, expectation operator, mathematical expectation, mean, expectation value, or first Moment (mathematics), moment) is a generalization of the weighted average. Informa ...
of the
squared error loss. The fact that MSE is almost always strictly positive (and not zero) is because of
randomness or because the estimator
does not account for information that could produce a more accurate estimate.
In
machine learning
Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of Computational statistics, statistical algorithms that can learn from data and generalise to unseen data, and thus perform Task ( ...
, specifically
empirical risk minimization
In statistical learning theory, the principle of empirical risk minimization defines a family of learning algorithms based on evaluating performance over a known and fixed dataset. The core idea is based on an application of the law of large num ...
, MSE may refer to the ''empirical'' risk (the average loss on an observed data set), as an estimate of the true MSE (the true risk: the average loss on the actual population distribution).
The MSE is a measure of the quality of an estimator. As it is derived from the square of
Euclidean distance, it is always a positive value that decreases as the error approaches zero.
The MSE is the second
moment (about the origin) of the error, and thus incorporates both the
variance
In probability theory and statistics, variance is the expected value of the squared deviation from the mean of a random variable. The standard deviation (SD) is obtained as the square root of the variance. Variance is a measure of dispersion ...
of the estimator (how widely spread the estimates are from one
data sample to another) and its
bias
Bias is a disproportionate weight ''in favor of'' or ''against'' an idea or thing, usually in a way that is inaccurate, closed-minded, prejudicial, or unfair. Biases can be innate or learned. People may develop biases for or against an individ ...
(how far off the average estimated value is from the true value). For an
unbiased estimator
In statistics, the bias of an estimator (or bias function) is the difference between this estimator's expected value and the true value of the parameter being estimated. An estimator or decision rule with zero bias is called ''unbiased''. In stat ...
, the MSE is the variance of the estimator. Like the variance, MSE has the same units of measurement as the square of the quantity being estimated. In an analogy to
standard deviation
In statistics, the standard deviation is a measure of the amount of variation of the values of a variable about its Expected value, mean. A low standard Deviation (statistics), deviation indicates that the values tend to be close to the mean ( ...
, taking the square root of MSE yields the ''root-mean-square error'' or ''
root-mean-square deviation'' (RMSE or RMSD), which has the same units as the quantity being estimated; for an unbiased estimator, the RMSE is the square root of the
variance
In probability theory and statistics, variance is the expected value of the squared deviation from the mean of a random variable. The standard deviation (SD) is obtained as the square root of the variance. Variance is a measure of dispersion ...
, known as the
standard error.
Definition and basic properties
The MSE either assesses the quality of a ''
predictor'' (i.e., a function mapping arbitrary inputs to a sample of values of some
random variable
A random variable (also called random quantity, aleatory variable, or stochastic variable) is a Mathematics, mathematical formalization of a quantity or object which depends on randomness, random events. The term 'random variable' in its mathema ...
), or of an ''
estimator'' (i.e., a
mathematical function
In mathematics, a function from a set (mathematics), set to a set assigns to each element of exactly one element of .; the words ''map'', ''mapping'', ''transformation'', ''correspondence'', and ''operator'' are sometimes used synonymously. ...
mapping a
sample of data to an estimate of a
parameter
A parameter (), generally, is any characteristic that can help in defining or classifying a particular system (meaning an event, project, object, situation, etc.). That is, a parameter is an element of a system that is useful, or critical, when ...
of the
population
Population is a set of humans or other organisms in a given region or area. Governments conduct a census to quantify the resident population size within a given jurisdiction. The term is also applied to non-human animals, microorganisms, and pl ...
from which the data is sampled). In the context of prediction, understanding the
prediction interval can also be useful as it provides a range within which a future observation will fall, with a certain probability. The definition of an MSE differs according to whether one is describing a predictor or an estimator.
Predictor
If a vector of
predictions is generated from a sample of
data points on all variables, and
is the vector of observed values of the variable being predicted, with
being the predicted values (e.g. as from a
least-squares fit), then the within-sample MSE of the predictor is computed as
:
In other words, the MSE is the ''mean''
of the ''squares of the errors''
. This is an easily computable quantity for a particular sample (and hence is sample-dependent).
In
matrix notation,
:
where
is
and
is a
column vector.
The MSE can also be computed on ''q ''data points that were not used in estimating the model, either because they were held back for this purpose, or because these data have been newly obtained. Within this process, known as
cross-validation, the MSE is often called the
test MSE, and is computed as
:
Estimator
The MSE of an estimator
with respect to an unknown parameter
is defined as
:
This definition depends on the unknown parameter, therefore the MSE is a ''priori property'' of an estimator. The MSE could be a function of unknown parameters, in which case any ''estimator'' of the MSE based on estimates of these parameters would be a function of the data (and thus a random variable). If the estimator
is derived as a sample statistic and is used to estimate some population parameter, then the expectation is with respect to the
sampling distribution of the sample statistic.
The MSE can be written as the sum of the
variance
In probability theory and statistics, variance is the expected value of the squared deviation from the mean of a random variable. The standard deviation (SD) is obtained as the square root of the variance. Variance is a measure of dispersion ...
of the estimator and the squared
bias
Bias is a disproportionate weight ''in favor of'' or ''against'' an idea or thing, usually in a way that is inaccurate, closed-minded, prejudicial, or unfair. Biases can be innate or learned. People may develop biases for or against an individ ...
of the estimator, providing a useful way to calculate the MSE and implying that in the case of unbiased estimators, the MSE and variance are equivalent.
:
Proof of variance and bias relationship
An even shorter proof can be achieved using the well-known formula that for a random variable
,
. By substituting
with,
, we have
:
But in real modeling case, MSE could be described as the addition of model variance, model bias, and irreducible uncertainty (see
Bias–variance tradeoff). According to the relationship, the MSE of the estimators could be simply used for the
efficiency
Efficiency is the often measurable ability to avoid making mistakes or wasting materials, energy, efforts, money, and time while performing a task. In a more general sense, it is the ability to do things well, successfully, and without waste.
...
comparison, which includes the information of estimator variance and bias. This is called MSE criterion.
In regression
In
regression analysis, plotting is a more natural way to view the overall trend of the whole data. The mean of the distance from each point to the predicted regression model can be calculated, and shown as the mean squared error. The squaring is critical to reduce the complexity with negative signs. To minimize MSE, the model could be more accurate, which would mean the model is closer to actual data. One example of a linear regression using this method is the
least squares method—which evaluates appropriateness of linear regression model to model
bivariate dataset, but whose limitation is related to known distribution of the data.
The term ''mean squared error'' is sometimes used to refer to the unbiased estimate of error variance: the
residual sum of squares divided by the number of
degrees of freedom
In many scientific fields, the degrees of freedom of a system is the number of parameters of the system that may vary independently. For example, a point in the plane has two degrees of freedom for translation: its two coordinates; a non-infinite ...
. This definition for a known, computed quantity differs from the above definition for the computed MSE of a predictor, in that a different denominator is used. The denominator is the sample size reduced by the number of model parameters estimated from the same data, (''n''−''p'') for ''p''
regressors or (''n''−''p''−1) if an intercept is used (see
errors and residuals in statistics for more details). Although the MSE (as defined in this article) is not an unbiased estimator of the error variance, it is
consistent, given the consistency of the predictor.
In regression analysis, "mean squared error", often referred to as
mean squared prediction error or "out-of-sample mean squared error", can also refer to the mean value of the
squared deviations
A square is a regular quadrilateral with four equal sides and four right angles.
Square or Squares may also refer to:
Mathematics and science
*Square (algebra), multiplying a number or expression by itself
*Square (cipher), a cryptographic block ...
of the predictions from the true values, over an out-of-sample
test space, generated by a model estimated over a
particular sample space. This also is a known, computed quantity, and it varies by sample and by out-of-sample test space.
In the context of
gradient descent algorithms, it is common to introduce a factor of
to the MSE for ease of computation after taking the derivative. So a value which is technically half the mean of squared errors may be called the MSE.
Examples
Mean
Suppose we have a random sample of size
from a population,
. Suppose the sample units were chosen
with replacement. That is, the
units are selected one at a time, and previously selected units are still eligible for selection for all
draws. The usual estimator for the population mean
is the sample average
:
which has an expected value equal to the true mean
(so it is unbiased) and a mean squared error of
:
where
is the
population variance.
For a
Gaussian distribution
In probability theory and statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real number, real-valued random variable. The general form of its probability density function is
f(x ...
this is the
best unbiased estimator of the population mean, that is the one with the lowest MSE (and hence variance) among all unbiased estimators. One can check that the MSE above equals the inverse of the
Fisher information (see
Cramér–Rao bound). But the same sample mean is not the best estimator of the population mean, say, for a
uniform distribution.
Variance
The usual estimator for the variance is the ''corrected
sample variance:''
:
This is unbiased (its expected value is
), hence also called the ''unbiased sample variance,'' and its MSE is
:
where
is the fourth
central moment of the distribution or population, and
is the
excess kurtosis.
However, one can use other estimators for
which are proportional to
, and an appropriate choice can always give a lower mean squared error. If we define
:
then we calculate:
:
This is minimized when
:
For a
Gaussian distribution
In probability theory and statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real number, real-valued random variable. The general form of its probability density function is
f(x ...
, where
, this means that the MSE is minimized when dividing the sum by
. The minimum excess kurtosis is
, which is achieved by a
Bernoulli distribution with ''p'' = 1/2 (a coin flip), and the MSE is minimized for
Hence regardless of the kurtosis, we get a "better" estimate (in the sense of having a lower MSE) by scaling down the unbiased estimator a little bit; this is a simple example of a
shrinkage estimator: one "shrinks" the estimator towards zero (scales down the unbiased estimator).
Further, while the corrected sample variance is the
best unbiased estimator (minimum mean squared error among unbiased estimators) of variance for Gaussian distributions, if the distribution is not Gaussian, then even among unbiased estimators, the best unbiased estimator of the variance may not be
Gaussian distribution
The following table gives several estimators of the true parameters of the population, μ and σ
2, for the Gaussian case.
Interpretation
An MSE of zero, meaning that the estimator
predicts observations of the parameter
with perfect accuracy, is ideal (but typically not possible).
Values of MSE may be used for comparative purposes. Two or more
statistical model
A statistical model is a mathematical model that embodies a set of statistical assumptions concerning the generation of Sample (statistics), sample data (and similar data from a larger Statistical population, population). A statistical model repre ...
s may be compared using their MSEs—as a measure of how well they explain a given set of observations: An unbiased estimator (estimated from a statistical model) with the smallest variance among all unbiased estimators is the ''best unbiased estimator'' or MVUE (
Minimum-Variance Unbiased Estimator).
Both
analysis of variance
Analysis of variance (ANOVA) is a family of statistical methods used to compare the Mean, means of two or more groups by analyzing variance. Specifically, ANOVA compares the amount of variation ''between'' the group means to the amount of variati ...
and
linear regression
In statistics, linear regression is a statistical model, model that estimates the relationship between a Scalar (mathematics), scalar response (dependent variable) and one or more explanatory variables (regressor or independent variable). A mode ...
techniques estimate the MSE as part of the analysis and use the estimated MSE to determine the
statistical significance
In statistical hypothesis testing, a result has statistical significance when a result at least as "extreme" would be very infrequent if the null hypothesis were true. More precisely, a study's defined significance level, denoted by \alpha, is the ...
of the factors or predictors under study. The goal of
experimental design is to construct experiments in such a way that when the observations are analyzed, the MSE is close to zero relative to the magnitude of at least one of the estimated treatment effects.
In
one-way analysis of variance
In statistics, one-way analysis of variance (or one-way ANOVA) is a technique to compare whether two or more samples' means are significantly different (using the F distribution). This analysis of variance technique requires a numeric Dependent and ...
, MSE can be calculated by the division of the sum of squared errors and the degree of freedom. Also, the f-value is the ratio of the mean squared treatment and the MSE.
MSE is also used in several
stepwise regression techniques as part of the determination as to how many predictors from a candidate set to include in a model for a given set of observations.
Applications
Minimizing MSE is a key criterion in selecting estimators; see
minimum mean-square error. Among unbiased estimators, minimizing the MSE is equivalent to minimizing the variance, and the estimator that does this is the
minimum variance unbiased estimator. However, a biased estimator may have lower MSE; see
estimator bias.
In
statistical modelling the MSE can represent the difference between the actual observations and the observation values predicted by the model. In this context, it is used to determine the extent to which the model fits the data as well as whether removing some explanatory variables is possible without significantly harming the model's predictive ability.
In
forecasting
Forecasting is the process of making predictions based on past and present data. Later these can be compared with what actually happens. For example, a company might Estimation, estimate their revenue in the next year, then compare it against the ...
and
prediction
A prediction (Latin ''præ-'', "before," and ''dictum'', "something said") or forecast is a statement about a future event or about future data. Predictions are often, but not always, based upon experience or knowledge of forecasters. There ...
, the
Brier score is a measure of
forecast skill based on MSE.
Loss function
Squared error loss is one of the most widely used
loss functions in statistics, though its widespread use stems more from mathematical convenience than considerations of actual loss in applications.
Carl Friedrich Gauss
Johann Carl Friedrich Gauss (; ; ; 30 April 177723 February 1855) was a German mathematician, astronomer, geodesist, and physicist, who contributed to many fields in mathematics and science. He was director of the Göttingen Observatory and ...
, who introduced the use of mean squared error, was aware of its arbitrariness and was in agreement with objections to it on these grounds.
The mathematical benefits of mean squared error are particularly evident in its use at analyzing the performance of
linear regression
In statistics, linear regression is a statistical model, model that estimates the relationship between a Scalar (mathematics), scalar response (dependent variable) and one or more explanatory variables (regressor or independent variable). A mode ...
, as it allows one to partition the variation in a dataset into variation explained by the model and variation explained by randomness.
Criticism
The use of mean squared error without question has been criticized by the
decision theorist James Berger. Mean squared error is the negative of the expected value of one specific
utility function
In economics, utility is a measure of a certain person's satisfaction from a certain state of the world. Over time, the term has been used with at least two meanings.
* In a Normative economics, normative context, utility refers to a goal or ob ...
, the quadratic utility function, which may not be the appropriate utility function to use under a given set of circumstances. There are, however, some scenarios where mean squared error can serve as a good approximation to a loss function occurring naturally in an application.
Like
variance
In probability theory and statistics, variance is the expected value of the squared deviation from the mean of a random variable. The standard deviation (SD) is obtained as the square root of the variance. Variance is a measure of dispersion ...
, mean squared error has the disadvantage of heavily weighting
outliers.
This is a result of the squaring of each term, which effectively weights large errors more heavily than small ones. This property, undesirable in many applications, has led researchers to use alternatives such as the
mean absolute error, or those based on the
median
The median of a set of numbers is the value separating the higher half from the lower half of a Sample (statistics), data sample, a statistical population, population, or a probability distribution. For a data set, it may be thought of as the “ ...
.
See also
*
Bias–variance tradeoff
*
Hodges' estimator
*
James–Stein estimator
*
Mean percentage error
*
Mean square quantization error
*
Reduced chi-squared statistic
*
Mean squared displacement
*
Mean squared prediction error
*
Minimum mean square error
*
Overfitting
*
Peak signal-to-noise ratio
Notes
References
{{reflist
Point estimation performance
Statistical deviation and dispersion
Loss functions
Least squares