In applied statistics, optimal estimation is a regularized matrix inverse method based on Bayes' theorem.It is used very commonly in the geosciences, particularly for atmospheric sounding.A matrix inverse problem looks like this:
A\vecx=\vecy
\vecx
\vecy
Typically, one expects the statistics of most measurements to be Gaussian. So for example for
P(\vecy|\vecx)
P(\vecy|\vecx)=
1 | |
(2\pi)m|\boldsymbol{Sy |
|} \exp\left[-
1 | |
2 |
(\boldsymbol{A}\vec{x}-\vec{y})T \boldsymbol
-1 | |
{S | |
y} |
(\boldsymbol{A}\vec{x}-\vec{y})\right]
where m and n are the numbers of elements in
\vecx
\vecy
\boldsymbol{A}
\boldsymbol{Sy}
\vecy
\vecx
P(\vecx)=
1 | ||||||
|
|} \exp\left[-
1 | |
2 |
T \boldsymbol | |
(\vec{x}-\widehat{x | |
a}) |
{S | |
xa |
Here
P(\vecx)
\widehat{xa}
\vec{x}
\boldsymbol{S | |
xa |
The nice thing about the Gaussian distributions is that only two parameters are needed to describe them and so the whole problem can be converted once again to matrices. Assuming that
P(\vecx|\vecy)
P(\vecx|\vecy)=
1 | |
(2\pi)m|\boldsymbol{Sx |
|} \exp\left[-
1 | |
2 |
(\vec{x}-\widehat{x})T \boldsymbol
-1 | |
{S | |
x} |
(\vec{x}-\widehat{x})\right]
P(\vecy)
\vecx
\vecx
\widehat{x}
P(\vecx|\vecy)
P(\vecy|\vecx)P(\vecx)
\boldsymbol{Sx}=(\boldsymbol{A}T
-1 | |
\boldsymbol{S | |
y |
\widehat{x}=\widehat{xa}+
T | |
\boldsymbol{S | |
x} \boldsymbol{A} |
-1 | |
\boldsymbol{S | |
y} |
(\vec{y}-\boldsymbol{A}\widehat{xa})
Because we are using Gaussians, the expected value is equivalent to the maximum likely value, and so this is also a form of maximum likelihood estimation.
Typically with optimal estimation, in addition to the vector of retrieved quantities, one extra matrix is returned along with the covariance matrix. This is sometimes called the resolution matrix or the averaging kernel and is calculated as follows:
\boldsymbol{R}=(\boldsymbol{A}T
-1 | |
\boldsymbol{S | |
y} |
\boldsymbol{A}
+ \boldsymbol{S | |
xa |
This tells us, for a given element of the retrieved vector, how much of the other elements of the vector are mixed in. In the case of a retrieval of profile information, it typical indicates the altitude resolution for a given altitude. For instance if the resolution vectors for all the altitudes contain non-zero elements (to a numerical tolerance) in their four nearest neighbours, then the altitude resolution is only one fourth that of the actual grid size.