HOME

TheInfoList



OR:

In
statistics Statistics (from German: '' Statistik'', "description of a state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a scientific, indust ...
, the mean squared error (MSE) or mean squared deviation (MSD) of an
estimator In statistics, an estimator is a rule for calculating an estimate of a given quantity based on observed data: thus the rule (the estimator), the quantity of interest (the estimand) and its result (the estimate) are distinguished. For example, the ...
(of a procedure for estimating an unobserved quantity) measures the
average In ordinary language, an average is a single number taken as representative of a list of numbers, usually the sum of the numbers divided by how many numbers are in the list (the arithmetic mean). For example, the average of the numbers 2, 3, 4, 7 ...
of the squares of the
errors An error (from the Latin ''error'', meaning "wandering") is an action which is inaccurate or incorrect. In some usages, an error is synonymous with a mistake. The etymology derives from the Latin term 'errare', meaning 'to stray'. In statistics ...
—that is, the average squared difference between the estimated values and the actual value. MSE is a
risk function In mathematical optimization and decision theory, a loss function or cost function (sometimes also called an error function) is a function that maps an event or values of one or more variables onto a real number intuitively representing some "co ...
, corresponding to the
expected value In probability theory, the expected value (also called expectation, expectancy, mathematical expectation, mean, average, or first moment) is a generalization of the weighted average. Informally, the expected value is the arithmetic mean of a ...
of the
squared error loss In mathematical optimization and decision theory, a loss function or cost function (sometimes also called an error function) is a function that maps an event or values of one or more variables onto a real number intuitively representing some "cos ...
. The fact that MSE is almost always strictly positive (and not zero) is because of
randomness In common usage, randomness is the apparent or actual lack of pattern or predictability in events. A random sequence of events, symbols or steps often has no order and does not follow an intelligible pattern or combination. Individual rand ...
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 inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks. It is seen as a part of artificial intelligence. Machine ...
, specifically empirical risk minimization, 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 In mathematics, the Euclidean distance between two points in Euclidean space is the length of a line segment between the two points. It can be calculated from the Cartesian coordinates of the points using the Pythagorean theorem, therefore ...
, it is always a positive value that decreases as the error approaches zero. The MSE is the second
moment Moment or Moments may refer to: * Present time Music * The Moments, American R&B vocal group Albums * ''Moment'' (Dark Tranquillity album), 2020 * ''Moment'' (Speed album), 1998 * ''Moments'' (Darude album) * ''Moments'' (Christine Guldbrand ...
(about the origin) of the error, and thus incorporates both the
variance In probability theory and statistics, variance is the expectation of the squared deviation of a random variable from its population mean or sample mean. Variance is a measure of dispersion, meaning it is a measure of how far a set of numbe ...
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 closed-minded, prejudicial, or unfair. Biases can be innate or learned. People may develop biases for or against an individual, a group ...
(how far off the average estimated value is from the true value). For an unbiased estimator, 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 or dispersion of a set of values. A low standard deviation indicates that the values tend to be close to the mean (also called the expected value) of the set, whil ...
, 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 expectation of the squared deviation of a random variable from its population mean or sample mean. Variance is a measure of dispersion, meaning it is a measure of how far a set of numbe ...
, 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 mathematical formalization of a quantity or object which depends on random events. It is a mapping or a function from possible outcomes (e.g., the po ...
), or of an ''
estimator In statistics, an estimator is a rule for calculating an estimate of a given quantity based on observed data: thus the rule (the estimator), the quantity of interest (the estimand) and its result (the estimate) are distinguished. For example, the ...
'' (i.e., a mathematical function mapping a
sample Sample or samples may refer to: Base meaning * Sample (statistics), a subset of a population – complete data set * Sample (signal), a digital discrete sample of a continuous analog signal * Sample (material), a specimen or small quantity of ...
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 typically refers to the number of people in a single area, whether it be a city or town, region, country, continent, or the world. Governments typically quantify the size of the resident population within their jurisdiction usi ...
from which the data is sampled). The definition of an MSE differs according to whether one is describing a predictor or an estimator.


Predictor

If a vector of n predictions is generated from a sample of n data points on all variables, and Y is the vector of observed values of the variable being predicted, with \hat being the predicted values (e.g. as from a least-squares fit), then the within-sample MSE of the predictor is computed as :\operatorname=\frac \sum_^n \left(Y_i-\hat\right)^2. In other words, the MSE is the ''mean'' \left(\frac \sum_^n \right) of the ''squares of the errors'' \left(Y_i-\hat\right)^2. This is an easily computable quantity for a particular sample (and hence is sample-dependent). In
matrix Matrix most commonly refers to: * ''The Matrix'' (franchise), an American media franchise ** '' The Matrix'', a 1999 science-fiction action film ** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchi ...
notation, :\operatorname=\frac\sum_^n(e_i)^2=\frac\mathbf e^\mathsf T \mathbf e where e_i is (Y_i-\hat) and \mathbf e is the n \times 1 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
statistical learning Machine learning (ML) is a field of inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks. It is seen as a part of artificial intelligence. Machine ...
, the MSE is often called the test MSE, and is computed as :\operatorname = \frac \sum_^ \left(Y_i-\hat\right)^2.


Estimator

The MSE of an estimator \hat with respect to an unknown parameter \theta is defined as :\operatorname(\hat)=\operatorname_\left \hat-\theta)^2\right This definition depends on the unknown parameter, but the MSE is ''a priori'' a 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 \hat 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 expectation of the squared deviation of a random variable from its population mean or sample mean. Variance is a measure of dispersion, meaning it is a measure of how far a set of numbe ...
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 closed-minded, prejudicial, or unfair. Biases can be innate or learned. People may develop biases for or against an individual, a group ...
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. :\operatorname(\hat)=\operatorname_(\hat)+ \operatorname(\hat,\theta)^2.


Proof of variance and bias relationship

:\begin \operatorname(\hat) &= \operatorname_ \left \hat-\theta)^2 \right \\ &= \operatorname_\left left(\hat-\operatorname__[\hat\theta\operatorname_[\hat\theta.html" ;"title="hat\theta.html" ;"title="left(\hat-\operatorname_ [\hat\theta">left(\hat-\operatorname_ [\hat\theta\operatorname_[\hat\theta">hat\theta.html" ;"title="left(\hat-\operatorname_ [\hat\theta">left(\hat-\operatorname_ [\hat\theta\operatorname_[\hat\theta\theta\right)^2\right]\\ &= \operatorname_\left left(\hat-\operatorname_[\hat\thetaright)^2 +2\left (\hat-\operatorname_[\hat\theta] \right ) \left (\operatorname_ hat\theta\theta \right )+\left( \operatorname_ hat\theta\theta \right)^2\right] \\ &= \operatorname_\left left(\hat-\operatorname_[\hat\thetaright)^2\right.html" ;"title="hat\theta.html" ;"title="left(\hat-\operatorname_[\hat\theta">left(\hat-\operatorname_[\hat\thetaright)^2\right">hat\theta.html" ;"title="left(\hat-\operatorname_[\hat\theta">left(\hat-\operatorname_[\hat\thetaright)^2\right\operatorname_\left[2 \left (\hat-\operatorname_[\hat\theta] \right ) \left (\operatorname_ hat\theta\theta \right ) \right] + \operatorname_\left [ \left(\operatorname_ hat\theta\theta\right)^2 \right] \\ &= \operatorname_\left left(\hat-\operatorname_[\hat\thetaright)^2\right.html" ;"title="hat\theta.html" ;"title="left(\hat-\operatorname_[\hat\theta">left(\hat-\operatorname_[\hat\thetaright)^2\right">hat\theta.html" ;"title="left(\hat-\operatorname_[\hat\theta">left(\hat-\operatorname_[\hat\thetaright)^2\right 2 \left(\operatorname_ hat\theta\theta\right) \operatorname_\left[\hat-\operatorname_[\hat\theta] \right] + \left(\operatorname_ hat\theta\theta\right)^2 && \operatorname_ hat\theta\theta = \text \\ &= \operatorname_\left left(\hat-\operatorname_[\hat\thetaright)^2\right.html" ;"title="hat\theta.html" ;"title="left(\hat-\operatorname_[\hat\theta">left(\hat-\operatorname_[\hat\thetaright)^2\right">hat\theta.html" ;"title="left(\hat-\operatorname_[\hat\theta">left(\hat-\operatorname_[\hat\thetaright)^2\right 2 \left(\operatorname_ hat\theta\theta\right) \left ( \operatorname_[\hat]-\operatorname_[\hat\theta] \right )+ \left(\operatorname_ hat\theta\theta\right)^2 && \operatorname_[\hat\theta] = \text \\ &= \operatorname_\left left(\hat\theta-\operatorname_[\hat\thetaright)^2\right.html" ;"title="hat\theta.html" ;"title="left(\hat\theta-\operatorname_[\hat\theta">left(\hat\theta-\operatorname_[\hat\thetaright)^2\right">hat\theta.html" ;"title="left(\hat\theta-\operatorname_[\hat\theta">left(\hat\theta-\operatorname_[\hat\thetaright)^2\right\left(\operatorname_ hat\theta\theta\right)^2\\ &= \operatorname_(\hat\theta)+ \operatorname_(\hat\theta,\theta)^2 \end An even shorter proof can be achieved using the well-known formula that for a random variable X, \mathbb(X^2) = \operatorname(X) + (\mathbb(X))^2. By substituting X with, \hat\theta-\theta, we have\begin \operatorname(\hat) &= \mathbb[(\hat\theta-\theta)^2] \\ &= \operatorname(\hat - \theta) + (\mathbb[\hat\theta - \theta])^2 \\ &= \operatorname(\hat\theta) + \operatorname^2(\hat\theta) \endBut 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 wasting materials, energy, efforts, money, and time in doing something or in producing a desired result. In a more general sense, it is the ability to do things well, successfully, and without ...
comparison, which includes the information of estimator variance and bias. This is called MSE criterion.


In regression

In
regression analysis In statistical modeling, regression analysis is a set of statistical processes for estimating the relationships between a dependent variable (often called the 'outcome' or 'response' variable, or a 'label' in machine learning parlance) and one ...
, 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 In statistics, the residual sum of squares (RSS), also known as the sum of squared estimate of errors (SSE), is the sum of the squares of residuals (deviations predicted from actual empirical values of data). It is a measure of the discrepa ...
divided by the number of
degrees of freedom Degrees of freedom (often abbreviated df or DOF) refers to the number of independent variables or parameters of a thermodynamic system. In various scientific fields, the word "freedom" is used to describe the limits to which physical movement or ...
. 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''
regressor Dependent and independent variables are variables in mathematical modeling, statistical modeling and experimental sciences. Dependent variables receive this name because, in an experiment, their values are studied under the supposition or deman ...
s or (''n''−''p''−1) if an intercept is used (see
errors and residuals in statistics In statistics and optimization, errors and residuals are two closely related and easily confused measures of the deviation of an observed value of an element of a statistical sample from its " true value" (not necessarily observable). The er ...
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 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.


Examples


Mean

Suppose we have a random sample of size n from a population, X_1,\dots,X_n. Suppose the sample units were chosen
with replacement In statistics, quality assurance, and survey methodology, sampling is the selection of a subset (a statistical sample) of individuals from within a statistical population to estimate characteristics of the whole population. Statisticians attempt ...
. That is, the n units are selected one at a time, and previously selected units are still eligible for selection for all n draws. The usual estimator for the \mu is the sample average :\overline=\frac\sum_^n X_i which has an expected value equal to the true mean \mu (so it is unbiased) and a mean squared error of :\operatorname\left(\overline\right)=\operatorname\left left(\overline-\mu\right)^2\right\left(\frac\right)^2= \frac where \sigma^2 is the
population variance In probability theory and statistics, variance is the expectation of the squared deviation of a random variable from its population mean or sample mean. Variance is a measure of dispersion, meaning it is a measure of how far a set of numbers ...
. For a
Gaussian distribution In statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is : f(x) = \frac e^ The parameter \mu ...
, this is the best unbiased estimator (i.e., one with the lowest MSE among all unbiased estimators), but not, say, for a
uniform distribution Uniform distribution may refer to: * Continuous uniform distribution * Discrete uniform distribution * Uniform distribution (ecology) * Equidistributed sequence See also * * Homogeneous distribution In mathematics, a homogeneous distribution ...
.


Variance

The usual estimator for the variance is the ''corrected
sample variance In probability theory and statistics, variance is the expectation of the squared deviation of a random variable from its population mean or sample mean. Variance is a measure of dispersion, meaning it is a measure of how far a set of numbe ...
:'' :S^2_ = \frac\sum_^n\left(X_i-\overline \right)^2 =\frac\left(\sum_^n X_i^2-n\overline^2\right). This is unbiased (its expected value is \sigma^2), hence also called the ''unbiased sample variance,'' and its MSE is :\operatorname(S^2_)= \frac \left(\mu_4-\frac\sigma^4\right) =\frac \left(\gamma_2+\frac\right)\sigma^4, where \mu_4 is the fourth central moment of the distribution or population, and \gamma_2=\mu_4/\sigma^4-3 is the excess kurtosis. However, one can use other estimators for \sigma^2 which are proportional to S^2_, and an appropriate choice can always give a lower mean squared error. If we define :S^2_a = \fracS^2_= \frac\sum_^n\left(X_i-\overline\,\right)^2 then we calculate: :\begin \operatorname(S^2_a) &=\operatorname\left left(\frac S^2_-\sigma^2\right)^2 \right\\ &= \operatorname\left \frac S^4_ -2 \left ( \frac S^2_ \right ) \sigma^2 + \sigma^4 \right \\ &= \frac \operatorname\left S^4_ \right - 2 \left ( \frac\right ) \operatorname\left S^2_ \right \sigma^2 + \sigma^4 \\ &= \frac \operatorname\left S^4_ \right - 2 \left ( \frac\right ) \sigma^4 + \sigma^4 && \operatorname\left S^2_ \right = \sigma^2 \\ &= \frac \left ( \frac + \frac \right ) \sigma^4- 2 \left ( \frac\right ) \sigma^4+\sigma^4 && \operatorname\left S^4_ \right = \operatorname(S^2_) + \sigma^4 \\ &=\frac \left ((n-1)\gamma_2+n^2+n \right ) \sigma^4- 2 \left ( \frac\right ) \sigma^4+\sigma^4 \end This is minimized when :a=\frac = n+1+\frac\gamma_2. For a
Gaussian distribution In statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is : f(x) = \frac e^ The parameter \mu ...
, where \gamma_2=0, this means that the MSE is minimized when dividing the sum by a=n+1. The minimum excess kurtosis is \gamma_2=-2, which is achieved by a
Bernoulli distribution In probability theory and statistics, the Bernoulli distribution, named after Swiss mathematician Jacob Bernoulli,James Victor Uspensky: ''Introduction to Mathematical Probability'', McGraw-Hill, New York 1937, page 45 is the discrete probabi ...
with ''p'' = 1/2 (a coin flip), and the MSE is minimized for a=n-1+\tfrac. 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 S^2_.


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 \hat predicts observations of the parameter \theta 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 data (and similar data from a larger population). A statistical model represents, often in considerably idealized form ...
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 collection of statistical models and their associated estimation procedures (such as the "variation" among and between groups) used to analyze the differences among means. ANOVA was developed by the statistician ...
and
linear regression In statistics, linear regression is a linear approach for modelling the relationship between a scalar response and one or more explanatory variables (also known as dependent and independent variables). The case of one explanatory variable is cal ...
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 it is very unlikely to have occurred given the null hypothesis (simply by chance alone). More precisely, a study's defined significance level, denoted by \alpha, is the p ...
of the factors or predictors under study. The goal of
experimental design The design of experiments (DOE, DOX, or experimental design) is the design of any task that aims to describe and explain the variation of information under conditions that are hypothesized to reflect the variation. The term is generally associ ...
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 (abbreviated one-way ANOVA) is a technique that can be used to compare whether two sample's means are significantly different or not (using the F distribution). This technique can be used only for numerica ...
, 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 In statistics, stepwise regression is a method of fitting regression models in which the choice of predictive variables is carried out by an automatic procedure. In each step, a variable is considered for addition to or subtraction from the set of ...
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 A statistical model is a mathematical model that embodies a set of statistical assumptions concerning the generation of sample data (and similar data from a larger population). A statistical model represents, often in considerably idealized for ...
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 (resolved) against what happens. For example, a company might estimate their revenue in the next year, then compare it against the actual ...
and
prediction A prediction (Latin ''præ-'', "before," and ''dicere'', "to say"), or forecast, is a statement about a future event or data. They are often, but not always, based upon experience or knowledge. There is no universal agreement about the exact ...
, the Brier score is a measure of
forecast skill In the fields of forecasting and prediction, forecast skill or prediction skill is any measure of the accuracy and/or degree of association of prediction to an observation or estimate of the actual value of what is being predicted (formally, the pre ...
based on MSE.


Loss function

Squared error loss is one of the most widely used
loss function In mathematical optimization and decision theory, a loss function or cost function (sometimes also called an error function) is a function that maps an event or values of one or more variables onto a real number intuitively representing some "cos ...
s 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 (; german: Gauß ; la, Carolus Fridericus Gauss; 30 April 177723 February 1855) was a German mathematician and physicist who made significant contributions to many fields in mathematics and science. Sometimes refer ...
, 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 linear approach for modelling the relationship between a scalar response and one or more explanatory variables (also known as dependent and independent variables). The case of one explanatory variable is cal ...
, 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 As a topic of economics, utility is used to model worth or value. Its usage has evolved significantly over time. The term was introduced initially as a measure of pleasure or happiness as part of the theory of utilitarianism by moral philosoph ...
, 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 expectation of the squared deviation of a random variable from its population mean or sample mean. Variance is a measure of dispersion, meaning it is a measure of how far a set of numbe ...
, 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 In statistics and probability theory, the median is the value separating the higher half from the lower half of a data sample, a population, or a probability distribution. For a data set, it may be thought of as "the middle" value. The basic f ...
.


See also

* Bias–variance tradeoff * Hodges' estimator * James–Stein estimator * Mean percentage error *
Mean square quantization error Mean square quantization error (MSQE) is a figure of merit for the process of analog to digital conversion. In this conversion process, analog signals in a continuous range of values are converted to a discrete set of values by comparing them wi ...
* Mean square weighted deviation *
Mean squared displacement In statistical mechanics, the mean squared displacement (MSD, also mean square displacement, average squared displacement, or mean square fluctuation) is a measure of the deviation of the position of a particle with respect to a reference positio ...
* Mean squared prediction error *
Minimum mean square error In statistics and signal processing, a minimum mean square error (MMSE) estimator is an estimation method which minimizes the mean square error (MSE), which is a common measure of estimator quality, of the fitted values of a dependent variable. In ...
* Minimum mean squared error estimator *
Overfitting mathematical modeling, overfitting is "the production of an analysis that corresponds too closely or exactly to a particular set of data, and may therefore fail to fit to additional data or predict future observations reliably". An overfitt ...
* Peak signal-to-noise ratio


Notes


References

{{reflist Point estimation performance Statistical deviation and dispersion Loss functions Least squares