(statistics) A branch of probability and statistics concerned with deriving information about properties of random variables, stochastic processes, and systems based on observed samples.
| Sci-Tech Dictionary: estimation theory |
(statistics) A branch of probability and statistics concerned with deriving information about properties of random variables, stochastic processes, and systems based on observed samples.
| Sci-Tech Encyclopedia: Estimation theory |
A branch of probability and statistics concerned with deriving information about properties of random variables, stochastic processes, and systems based on observed samples. Some of the important applications of estimation theory are found in control and communication systems, where it is used to estimate the unknown states and parameters of the system.
The estimation problem for dynamic systems may be divided into two parts: parameter estimation and state estimation. The basic difference between a parameter and the state is that the former either does not change at all or changes slowly in time, whereas the latter continuously evolves in time. For example, the state of a satellite is a six-dimensional vector consisting of three position variables and three velocity variables along the axes of an orthogonal coordinate system. The parameters of the satellite are its mass, inertia, and so on. In many control and communication problems, some of the system parameters are not known with desired accuracy. The problem of estimating these parameters from observed data is called parameter identification, though it is basically a problem of estimation. The more general problem of developing a mathematical model of the system from observed data is called system identification. On the other hand, the problem of state estimation is described by names such as signal processing, filtering, and smoothing. The problem belongs to the theory of stochastic processes and is also commonly known as time series analysis. See also Stochastic process.
Three basic approaches used for estimation are least-squares, maximum-likelihood, and Bayesian. An estimator is defined as a function of the observations possessing certain desirable properties such as unbiasedness, consistency, and minimum variance. A Kalman filter provides estimates that are optimal in the least-squares, maximum-likelihood and Bayesian sense for a Gauss-Markov model. (A stochastic process is Markov if, given its present state, its future is independent of its past.)
Since their introduction in 1960, Kalman filters and their extensions have found numerous applications. Initially, these filters were developed for space applications such as satellite orbit determination, inertial navigation, Apollo lunar landing module guidance, and so on. The applications to power systems and industrial processes were developed shortly thereafter. Kalman filters have been used for forecasting, water quality prediction, hurricane tracking, aircraft landing systems, and stochastic control. See also Control systems; Flight controls; Guidance systems;
| Wikipedia: Estimation theory |
Estimation theory is a branch of statistics and signal processing that deals with estimating the values of parameters based on measured/empirical data. The parameters describe an underlying physical setting in such a way that the value of the parameters affects the distribution of the measured data. An estimator attempts to approximate the unknown parameters using the measurements.
For example, it is desired to estimate the proportion of a population of voters who will vote for a particular candidate. That proportion is the unobservable parameter; the estimate is based on a small random sample of voters.
Or, for example, in radar the goal is to estimate the location of objects (airplanes, boats, etc.) by analyzing the received echo and a possible question to be posed is "where are the airplanes?" To answer where the airplanes are, it is necessary to estimate the distance the airplanes are at from the radar station, which can provide an absolute location if the absolute location of the radar station is known.
In estimation theory, it is assumed that the desired information is embedded in a noisy signal. Noise adds uncertainty, without which the problem would be deterministic and estimation would not be needed.
Contents |
The entire purpose of estimation theory is to arrive at an estimator, and preferably an implementable one that could actually be used. The estimator takes the measured data as input and produces an estimate of the parameters.
It is also preferable to derive an estimator that exhibits optimality. Estimator optimality usually refers to achieving minimum average error over some class of estimators, for example, a minimum variance unbiased estimator. In this case, the class is the set of unbiased estimators, and the average error measure is variance (average squared error between the value of the estimate and the parameter). However, optimal estimators do not always exist.
These are the general steps to arrive at an estimator:
After arriving at an estimator, real data might show that the model used to derive the estimator is incorrect, which may require repeating these steps to find a new estimator. A non-implementable or infeasible estimator may need to be scrapped and the process started anew.
In summary, the estimator estimates the parameters of a physical model based on measured data.
To build a model, several statistical "ingredients" need to be known. These are needed to ensure the estimator has some mathematical tractability instead of being based on "good feel".
The first is a set of statistical samples taken from a random vector (RV) of size N. Put into a vector,
![\mathbf{x} = \begin{bmatrix} x[0] \\ x[1] \\ \vdots \\ x[N-1] \end{bmatrix}.](http://wpcontent.answers.com/math/8/9/b/89b043298c6f90a044597e8c0447c861.png)
Secondly, we have the corresponding M parameters

which need to be established with their probability density function (pdf) or probability mass function (pmf)

It is also possible for the parameters themselves to have a probability distribution (e.g., Bayesian statistics). It is then necessary to define the epistemic probability

After the model is formed, the goal is to estimate the parameters, commonly denoted
, where the "hat" indicates the estimate.
One common estimator is the minimum mean squared error (MMSE) estimator, which utilizes the error between the estimated parameters and the actual value of the parameters

as the basis for optimality. This error term is then squared and minimized for the MMSE estimator.
Commonly-used estimators and estimation methods, and topics related to them:
Consider a received discrete signal, x[n], of N independent samples that consists of an unknown constant A with additive white Gaussian noise w[n] with known variance σ2 (i.e.,
). Since the variance is known then the only unknown parameter is A.
The model for the signal is then
![x[n] = A + w[n] \quad n=0, 1, \dots, N-1](http://wpcontent.answers.com/math/5/6/6/5663363df48afe184129e2097084c5f1.png)
Two possible (of many) estimators are:
![\hat{A}_1 = x[0]](http://wpcontent.answers.com/math/6/e/9/6e9db6c91eb62f887073054777ce9b4d.png)
which is the sample meanBoth of these estimators have a mean of A, which can be shown through taking the expected value of each estimator
![\mathrm{E}\left[\hat{A}_1\right] = \mathrm{E}\left[ x[0] \right] = A](http://wpcontent.answers.com/math/7/0/b/70bcc4d7877c3ad547bdc8eb1bcdde4c.png)
and
![\mathrm{E}\left[ \hat{A}_2 \right]
=
\mathrm{E}\left[ \frac{1}{N} \sum_{n=0}^{N-1} x[n] \right]
=
\frac{1}{N} \left[ \sum_{n=0}^{N-1} \mathrm{E}\left[ x[n] \right] \right]
=
\frac{1}{N} \left[ N A \right]
=
A](http://wpcontent.answers.com/math/0/2/a/02a3edea38ce76aa4ebb98a594e081e8.png)
At this point, these two estimators would appear to perform the same. However, the difference between them becomes apparent when comparing the variances.
![\mathrm{var} \left( \hat{A}_1 \right) = \mathrm{var} \left( x[0] \right) = \sigma^2](http://wpcontent.answers.com/math/a/1/6/a16f112bae27e5c973c13d49bcd1293b.png)
and
![\mathrm{var} \left( \hat{A}_2 \right)
=
\mathrm{var} \left( \frac{1}{N} \sum_{n=0}^{N-1} x[n] \right)
\overset{independence}{=}
\frac{1}{N^2} \left[ \sum_{n=0}^{N-1} \mathrm{var} (x[n]) \right]
=
\frac{1}{N^2} \left[ N \sigma^2 \right]
=
\frac{\sigma^2}{N}](http://wpcontent.answers.com/math/2/b/8/2b8a4fe166af2b66d5f1f6c13c05597a.png)
It would seem that the sample mean is a better estimator since, as
, the variance goes to zero.
Continuing the example using the maximum likelihood estimator, the probability density function (pdf) of the noise for one sample w[n] is
![p(w[n]) = \frac{1}{\sigma \sqrt{2 \pi}} \exp\left(- \frac{1}{2 \sigma^2} w[n]^2 \right)](http://wpcontent.answers.com/math/6/7/0/670561a7c168558c67fc74f6543aff50.png)
and the probability of x[n] becomes (x[n] can be thought of a
)
![p(x[n]; A) = \frac{1}{\sigma \sqrt{2 \pi}} \exp\left(- \frac{1}{2 \sigma^2} (x[n] - A)^2 \right)](http://wpcontent.answers.com/math/1/b/c/1bc036e6a32781b7f65f6ab5b49e6889.png)
By independence, the probability of
becomes
![p(\mathbf{x}; A)
=
\prod_{n=0}^{N-1} p(x[n]; A)
=
\frac{1}{\left(\sigma \sqrt{2\pi}\right)^N}
\exp\left(- \frac{1}{2 \sigma^2} \sum_{n=0}^{N-1}(x[n] - A)^2 \right)](http://wpcontent.answers.com/math/e/5/a/e5a2ecbc6240b954f36fbe9c013dd15e.png)
Taking the natural logarithm of the pdf
![\ln p(\mathbf{x}; A)
=
-N \ln \left(\sigma \sqrt{2\pi}\right)
- \frac{1}{2 \sigma^2} \sum_{n=0}^{N-1}(x[n] - A)^2](http://wpcontent.answers.com/math/c/e/9/ce9bebfb14fb83c728dcb1767e62072a.png)
and the maximum likelihood estimator is

Taking the first derivative of the log-likelihood function
![\frac{\partial}{\partial A} \ln p(\mathbf{x}; A)
=
\frac{1}{\sigma^2} \left[ \sum_{n=0}^{N-1}(x[n] - A) \right]
=
\frac{1}{\sigma^2} \left[ \sum_{n=0}^{N-1}x[n] - N A \right]](http://wpcontent.answers.com/math/5/0/2/502e574036bf643a52ccdf30a07fa7ad.png)
and setting it to zero
![0
=
\frac{1}{\sigma^2} \left[ \sum_{n=0}^{N-1}x[n] - N A \right]
=
\sum_{n=0}^{N-1}x[n] - N A](http://wpcontent.answers.com/math/c/a/7/ca7f4480c8b0e6cde32a4e969019cc76.png)
This results in the maximum likelihood estimator
![\hat{A} = \frac{1}{N} \sum_{n=0}^{N-1}x[n]](http://wpcontent.answers.com/math/b/4/5/b45f1c26c383896a03622ff94e7ebcc3.png)
which is simply the sample mean. From this example, it was found that the sample mean is the maximum likelihood estimator for N samples of a fixed, unknown parameter corrupted by AWGN.
To find the Cramér-Rao lower bound (CRLB) of the sample mean estimator, it is first necessary to find the Fisher information number
![\mathcal{I}(A)
=
\mathrm{E}
\left(
\left[
\frac{\partial}{\partial\theta} \ln p(\mathbf{x}; A)
\right]^2
\right)
=
-\mathrm{E}
\left[
\frac{\partial^2}{\partial\theta^2} \ln p(\mathbf{x}; A)
\right]](http://wpcontent.answers.com/math/8/f/d/8fd6d3ff7fea8bc0b0b0eaab0fc1c9d9.png)
and copying from above
![\frac{\partial}{\partial A} \ln p(\mathbf{x}; A)
=
\frac{1}{\sigma^2} \left[ \sum_{n=0}^{N-1}x[n] - N A \right]](http://wpcontent.answers.com/math/b/6/a/b6ace78427766c7f97fcb3c7a4fffeac.png)
Taking the second derivative

and finding the negative expected value is trivial since it is now a deterministic constant ![-\mathrm{E}
\left[
\frac{\partial^2}{\partial A^2} \ln p(\mathbf{x}; A)
\right]
=
\frac{N}{\sigma^2}](http://wpcontent.answers.com/math/0/9/4/0941d64f936f28c67df9637b2526883f.png)
Finally, putting the Fisher information into

results in

Comparing this to the variance of the sample mean (determined previously) shows that the sample mean is equal to the Cramér-Rao lower bound for all values of N and A. In other words, the sample mean is the (necessarily unique) efficient estimator, and thus also the minimum variance unbiased estimator (MVUE), in addition to being the maximum likelihood estimator.
One of the simplest non-trivial examples of estimation is the estimation of the maximum of a uniform distribution. It is used as a hands-on classroom exercise and to illustrate basic principles of estimation theory. Further, in the case of estimation based on a single sample, it demonstrates philosophical issues and possible misunderstandings in the use of maximum likelihood estimators and likelihood functions.
Given a discrete uniform distribution
with unknown maximum, the UMVU estimator for the maximum is given by

where m is the sample maximum and k is the sample size, sampling without replacement.[1][2] This problem is commonly known as the German tank problem, due to application of maximum estimation to estimates of German tank production during World War II.
The formula may be understood intuitively as:
the gap being added to compensate for the negative bias of the sample maximum as an estimator for the population maximum.[note 1]
This has a variance of[1]

so a standard deviation of approximately N / k, the (population) average size of a gap between samples; compare
above. This can be seen as a very simple case of maximum spacing estimation.
The sample maximum is the maximum likelihood estimator for the population maximum, but, as discussed above, it is biased.
Numerous fields require the use of estimation theory. Some of these fields include (but are by no means limited to):
Measured data are likely to be subject to noise or uncertainty and it is through statistical probability that optimal solutions are sought to extract as much information from the data as possible.
|
||||||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| integral square error (control systems) | |
| Riccati equation (mathematics) | |
| Cybernetics |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Sci-Tech Encyclopedia. McGraw-Hill Encyclopedia of Science and Technology. Copyright © 2005 by The McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Estimation theory". Read more |
Mentioned in