<?xml version="1.0" encoding="UTF-8"?>

<record version="7" id="1289">
 <title>mean square error</title>
 <name>RmsError</name>
 <created>2002-01-05 00:44:09</created>
 <modified>2006-09-23 00:03:10</modified>
 <type>Definition</type>
 <creator id="3771" name="CWoo"/>
 <author id="3771" name="CWoo"/>
 <author id="2" name="akrowne"/>
 <classification>
	<category scheme="msc" code="94A12"/>
	<category scheme="msc" code="62J10"/>
 </classification>
 <defines>
	<concept>minimum variance unbiased estimator</concept>
	<concept>rms error</concept>
	<concept>root-mean-square</concept>
	<concept>root mean square</concept>
	<concept>rms</concept>
 </defines>
 <synonyms>
	<synonym concept="mean square error" alias="MSE"/>
	<synonym concept="mean square error" alias="MVUE"/>
	<synonym concept="mean square error" alias="UMVU"/>
	<synonym concept="mean square error" alias="UMVUE"/>
	<synonym concept="mean square error" alias="uniformly minimum variance unbiased"/>
 </synonyms>
 <related>
	<object name="MeanSquareDeviation"/>
 </related>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{xypic}</preamble>
 <content>The \emph{mean square error} of an estimator $\hat{\theta}$ of a
parameter $\theta$ in a statistical model is defined as:
$$\operatorname{MSE}(\hat{\theta})\colon=\operatorname{E}\big[(\hat{\theta}-\theta)^2\big].$$

From the definition of the variance
$\operatorname{Var}[X]=\operatorname{E}[X^2]-\operatorname{E}[X]^2$,
we can express the mean square error in terms of the bias by
expanding the right hand side above:
$$\operatorname{MSE}(\hat{\theta})=\operatorname{Var}\big[\hat{\theta}\big]+
\operatorname{Bias}(\hat{\theta})^2.$$

If $\hat{\theta}$ is an unbiased estimator, then its mean square
error is identical to its variance:
$\operatorname{MSE}(\hat{\theta})=\operatorname{Var}[\hat{\theta}]$.
An unbiased estimator such that $\operatorname{MSE}(\hat{\theta})$
is a minimum value among all unbiased estimators for $\theta$ is
called a \emph{minimum variance unbiased estimator}, abbreviated \emph{MVUE}, or \emph{uniformly minimum variance unbiased estimator}, abbreviated \emph{UMVU} estimator.

\textbf{Example}.  Suppose $X_1,X_2,\ldots,X_n$ are iid random
variables ($n$ independent measurements of the radius of a coin,
etc...) from a normal distribution $N(\mu,\sigma^2)$ (for example,
$\mu$ would be the true radius of the coin, and $\sigma^2$ would be
the error component of the measurements).  Suppose $\overline{X}$
($=\overline{X}_n$) is the sample mean.  Then $\overline{X}$ is an
unbiased estimator, so that
$$\operatorname{MSE}(\overline{X})=\operatorname{Var}\left[\overline{X}\right]=
\operatorname{Var}\left[\frac{1}{n}\sum_{i=1}^n
X_i\right]=\frac{1}{n^2}\left(\sum_{i=1}^n \sigma^2\right)=\frac{\sigma^2}{n}.$$

\textbf{Remark}.  The square root of MSE is called the ``root mean square error'', or \emph{rms error} for short.</content>
</record>
