In statistics and signal processing, a minimum mean square error (MMSE) estimator describes the approach which minimizes the mean square error (MSE), which is a common measure of estimator quality.
The term MMSE specifically refers to estimation in a Bayesian setting, since in the alternative frequentist setting there does not exist a single estimator having minimal MSE. A somewhat similar concept can be obtained within the frequentist point of view if one requires unbiasedness, since an estimator may exist that minimizes the variance (and hence the MSE) among unbiased estimators. Such an estimator is then called the minimum-variance unbiased estimator (MVUE).
|
Contents
|
Let
be an unknown random variable, and let
be a known random variable (the measurement). An estimator
is any function of the measurement
, and its MSE is given by

where the expectation is taken over both
and
.
The MMSE estimator is then defined as the estimator achieving minimal MSE.
In many cases, it is not possible to determine a closed form for the MMSE estimator. In these cases, one possibility is to seek the technique minimizing the MSE within a particular class, such as the class of linear estimators. The linear MMSE estimator is the estimator achieving minimum MSE among all estimators of the form
. If the measurement
is a random vector,
is a matrix and
is a vector. (Such an estimator would more correctly be termed an affine MMSE estimator, but the term linear estimator is widely used.)

given the observed value of the measurements.
and
are jointly Gaussian, then the MMSE estimator is linear, i.e., it has the form
for constants
and
. As a consequence, to find the MMSE estimator, it is sufficient to find the linear MMSE estimator. Such a situation occurs in the example presented in the next section.
is MMSE if and only if
of the measurements. A different version of the orthogonality principle exists for linear MMSE estimators.An example can be shown by using a linear combination of random variable estimates
and
to estimate another random variable
using
If the random variables
are real Gaussian random variables with zero mean and covariance matrix given by
![\operatorname{cov}(X)=E[XX^{T}]=\left[\begin{array}{cccc}
1 & 2 & 3 & 4\\
2 & 5 & 8 & 9\\
3 & 8 & 6 & 10\\
4 & 9 & 10 & 15\end{array}\right],](http://wpcontent.answcdn.com/wikipedia/en/math/7/a/8/7a847ebc5968f9c079c2e0ee7f20598a.png)
we will estimate the vector
and find coefficients
such that the estimate
is an optimal estimate of
We will use the autocorrelation matrix, R, and the cross correlation matrix, C, to find vector A, which consists of the coefficient values that will minimize the estimate. The autocorrelation matrix
is defined as
![R=\left[\begin{array}{ccc}
E[X_{1},X_{1}] & E[X_{2},X_{1}] & E[X_{3},X_{1}]\\
E[X_{1},X_{2}] & E[X_{2},X_{2}] & E[X_{3},X_{2}]\\
E[X_{1},X_{3}] & E[X_{2},X_{3}] & E[X_{3},X_{3}]\end{array}\right]=\left[\begin{array}{ccc}
1 & 2 & 3\\
2 & 5 & 8\\
3 & 8 & 6\end{array}\right].](http://wpcontent.answcdn.com/wikipedia/en/math/0/9/d/09db2050c61c55657a656287f5e73601.png)
The cross correlation matrix
is defined as
![C=\left[\begin{array}{c}
E[X_{4},X_{1}]\\
E[X_{4},X_{2}]\\
E[X_{4},X_{3}]\end{array}\right]=\left[\begin{array}{c}
4\\
9\\
10\end{array}\right].](http://wpcontent.answcdn.com/wikipedia/en/math/2/4/9/24938c715e08c576ef45ed6c86c902f7.png)
In order to find the optimal coefficients by the orthogonality principle we solve the equation
by inverting
and multiplying to get
![R^{-1}C=\left[\begin{array}{ccc}
4.85 & -1.71 & -.142\\
-1.71 & .428 & .2857\\
-.142 & .2857 & -.1429\end{array}\right]\left[\begin{array}{c}
4\\
9\\
10\end{array}\right]=\left[\begin{array}{c}
2.57\\
-.142\\
.5714\end{array}\right]=A.](http://wpcontent.answcdn.com/wikipedia/en/math/9/4/6/946df5eac42c6da0a5b6d53c41d0a745.png)
So we have
and
as the optimal coefficients for
Computing the minimum mean square error then gives
.[2]
A shorter, non-numerical example can be found in orthogonality principle.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)