Estimator

Estimator

In statistics, an estimator is a function of the observable sample data that is used to estimate an unknown population parameter (which is called the "estimand"); an "estimate" is the result from the actual application of the function to a particular sample of data. Many different estimators are possible for any given parameter. Some criterion is used to choose between the estimators, although it is often the case that a criterion cannot be used to clearly pick one estimator over another.To estimate a parameter of interest (e.g., a population mean, a binomial proportion, a difference between two population means, or a ratio of two population standard deviation), the usual procedure is as follows:

#Select a random sample from the population of interest.
#Calculate the point estimate of the parameter.
#Calculate a measure of its variability, often a confidence interval.
#Associate with this estimate a measure of variability.

There are two types of estimators: point estimators and interval estimators.

Point estimators

Suppose we have a fixed "parameter" heta that we wish to estimate. Then an "estimator" is a function that maps a "sample design" to a set of "sample estimates". An estimator of heta is usually denoted by the symbol widehat{ heta}. A "sample design" can be thought of as an ordered pair ( S , p ) where S is a set of samples (or outcomes), and p is the probability density function. The probability density function maps the set S to the closed interval [0,1] , and has the property that the sum (or integral) of the values of p(s) , over all s in S , is equal to 1. For any given subset A of S , the sum or integral of p(s) over all s in A is Pr(A), .

For all the properties below, the value heta , the estimation formula, the set of samples, and the set probabilities of the collection of samples, can be considered "fixed". Yet since some of the definitions vary by sample (yet for the same set of samples and probabilities), we must use s in the notation. Hence, the estimate for a given sample s is denoted as widehat{ heta}(s).

We have the following definitions and attributes.

# For a given sample s , the "error" of the estimator widehat{ heta} is defined as widehat{ heta}(s) - heta, where widehat{ heta}(s) is the estimate for sample s , and heta is the parameter being estimated. Note that the error depends not only on the estimator (the estimation formula or procedure), but on the sample.
# The "mean squared error" of widehat{ heta} is defined as the expected value (probability-weighted average, over all samples) of the squared errors; that is, operatorname{MSE}(widehat{ heta}) = operatorname{E} [(widehat{ heta} - heta)^2] . It is used to indicate how far, on average, the collection of estimates are from the single parameter being estimated. Consider the following analogy. Suppose the parameter is the bull's-eye of a target, the estimator is the process of shooting arrows at the target, and the individual arrows are estimates. Then high MSE means the average distance of the arrows from the target is high, and low MSE means the average distance from the target is low. The arrows may or may not be clustered. For example, even if all arrows hit the same point, yet grossly miss the target, the MSE is still relatively large. Note, however, that if the MSE is relatively low, then the arrows are likely more highly clustered (than highly dispersed).
# For a given sample s , the "sampling deviation" of the estimator widehat{ heta} is defined as widehat{ heta}(s) - operatorname{E}( widehat{ heta} ) , where widehat{ heta}(s) is the estimate for sample s , and operatorname{E}( widehat{ heta} ) is the expected value of the estimator. Note that the sampling deviation depends not only on the estimator, but on the sample.
# The "variance" of widehat{ heta} is simply the expected value of the squared sampling deviations; that is, operatorname{var}(widehat{ heta}) = operatorname{E} [(widehat{ heta} - operatorname{E}(widehat{ heta}) )^2] . It is used to indicate how far, on average, the collection of estimates are from the "expected value" of the estimates. Note the difference between MSE and variance. If the parameter is the bull's-eye of a target, and the arrows are estimates, then a relatively high variance means the arrows are dispersed, and a relatively low variance means the arrows are clustered. Some things to note: even if the variance is low, the cluster of arrows may still be far off-target, and even if the variance is high, the diffuse collection of arrows may still be unbiased. Finally, note that even if all arrows grossly miss the target, if they nevertheless all hit the same point, the variance is zero.
# The "bias" of widehat{ heta} is defined as B(widehat{ heta}) = operatorname{E}(widehat{ heta}) - heta. It is the distance between the average of the collection of estimates, and the single parameter being estimated. It also is the expected value of the error, since operatorname{E}(widehat{ heta}) - heta = operatorname{E}(widehat{ heta} - heta ) . If the parameter is the bull's-eye of a target, and the arrows are estimates, then a relatively high absolute value for the bias means the average position of the arrows is off-target, and a relatively low absolute bias means the average position of the arrows is on target. They may be dispersed, or may be clustered. The relationship between bias and variance is analogous to the relationship between accuracy and precision.
# widehat{ heta} is an "unbiased estimator" of heta if and only if B(widehat{ heta}) = 0. Note that bias is a property of the estimator, not of the estimate. Often, people refer to a "biased estimate" or an "unbiased estimate," but they really are talking about an "estimate from a biased estimator," or an "estimate from an unbiased estimator." Also, people often confuse the "error" of a single estimate with the "bias" of an estimator. Just because the error for one estimate is large, does not mean the estimator is biased. In fact, even if all estimates have astronomical absolute values for their errors, if the expected value of the error is zero, the estimator is unbiased. Also, just because an estimator is biased, does not preclude the error of an estimate from being zero (we may have gotten lucky). The ideal situation, of course, is to have an unbiased estimator with low variance, and also try to limit the number of samples where the error is extreme (that is, have few outliers). Yet unbiasedness is not essential. Often, if we permit just a little bias, then we can find an estimator with lower MSE and/or fewer outlier sample estimates.
# The MSE, variance, and bias, are related: operatorname{MSE}(widehat{ heta}) = operatorname{var}(widehat heta) + (B(widehat{ heta}))^2,:i.e. mean squared error = variance + square of bias.

The standard deviation of an estimator of θ (the square root of the variance), or an estimate of the standard deviation of an estimator of θ, is called the "standard error" of θ.

Consistency

A consistent sequence of estimators is a sequence of estimators that converge in probability to the quantity being estimated as the index (usually the sample size) grows without bound.

Mathematically, a sequence of estimators {t_n; n ge 0} is a consistent estimator for parameter heta if and only if, for all epsilon > 0, no matter how small, we have

:lim_{n oinfty}Prleft{left
t_n- heta ight|

The consistency defined above may be called weak consistency. The sequence is "strongly consistent", if it converges almost surely to the true value.

An estimator that converges to a "multiple" of a parameter can be made into a consistent estimator by multiplying the estimator by a scale factor, namely the true value divided by the asymptotic value of the estimator. This occurs frequently in estimation of scale parameters by measures of statistical dispersion.

Asymptotic normality

An asymptotically normal estimator is a consistent estimator whose distribution around the true parameter heta approaches a normal distribution with standard deviation shrinking in proportion to 1/sqrt{n} as the sample size n grows. Using xrightarrow{D} to denote convergence in distribution, t_n is asymptotically normal if:sqrt{n}(t_n - heta) xrightarrow{D} N(0,V),for some V, which is called the "asymptotic variance" of the estimator.

The central limit theorem implies asymptotic normality of the sample mean ar x as an estimator of the true mean.More generally, maximum likelihood estimators are asymptotically normal under fairly weak regularity conditions — see the asymptotics section of the maximum likelihood article.

Efficiency

Two naturally desirable properties of estimators are for them to be unbiased and have minimal mean squared error (MSE). These cannot in general both be satisfied simultaneously: a biased estimator may have lower mean squared error (MSE) than any unbiased estimator: despite having bias, the estimator variance may be sufficiently smaller than that of any unbiased estimator, and it may be preferable to use, despite the bias; see estimator bias.

Among unbiased estimators, there often exists one with the lowest variance, called the MVUE. In some cases an unbiased efficient estimator exists, which, in addition to having the lowest variance among unbiased estimators, satisfies the Cramér-Rao bound, which is an absolute lower bound on variance for statistics of a variable.

Concerning such "best unbiased estimators", see also Cramér-Rao bound, Gauss-Markov theorem, Lehmann-Scheffé theorem, Rao-Blackwell theorem.

Robustness

See: Robust estimator, Robust statistics

Other properties

Sometimes, estimators should satisfy further restrictions ("restricted estimators") - eg, one might require an estimated probabilityto be between zero and one, or an estimated variance to be nonnegative. Sometimes this conflicts with the requirement of unbiasedness,see the example in estimator bias concerning the estimation of the exponent of minus twice lambda based on a sample of size one from the Poisson distribution with mean lambda.

ee also


* Estimation theory (the topic as seen from engineering - Signal Processing)
* Invariant estimator
* Maximum likelihood
* Method of moments, generalized method of moments
* Cramér-Rao bound
* Minimum mean squared error (MMSE)
* Maximum a posteriori (MAP)
* Minimum variance unbiased estimator (MVUE)
* Best linear unbiased estimator (BLUE)
* Mean squared error
* Estimator bias
* Particle filter
* Markov chain Monte Carlo (MCMC)
* Kalman filter
* Wiener filter

External links

* [http://www.ds.unifi.it/VL/VL_EN/point/point1.html A maths course on estimators]
* [http://lmi.bwh.harvard.edu/papers/pdfs/2004/martin-fernandezCOURSE04b.pdf Fundamentals of Estimation Theory]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • estimator — es‧ti‧ma‧tor [ˈestmeɪtə ǁ ər] noun [countable] JOBS someone whose job is to calculate the probable cost, value, or price of something: • An estimator can call at the customer s home, take measurements and quote a price. * * * estimator UK US… …   Financial and business terms

  • estimator — estimatór s. m., pl. estimatóri Trimis de siveco, 10.08.2004. Sursa: Dicţionar ortografic  ESTIMATÓR estimatori m. Persoană care efectuează o estimare. /<it. estimatore Trimis de siveco, 22.08.2004. Sursa: NODEX  ESTIMATÓR, OÁRE s.m. şi f.… …   Dicționar Român

  • Estimator — Es ti*ma tor, n. [L. aestimator.] One who estimates or values; a valuer. Jer. Taylor …   The Collaborative International Dictionary of English

  • estimator — index juror Burton s Legal Thesaurus. William C. Burton. 2006 …   Law dictionary

  • estimator — 1660s, from L. aestimator, agent noun from aestimare (see ESTIMATE (Cf. estimate)) …   Etymology dictionary

  • estimator — įvertintuvas statusas T sritis automatika atitikmenys: angl. estimator vok. Schätzer, m; Schätzgerät, n rus. оцениватель, m pranc. estimateur, m …   Automatikos terminų žodynas

  • estimator — įvertinys statusas T sritis Standartizacija ir metrologija apibrėžtis Statistiniai duomenys, vartojami tyrimų visumos parametrams įvertinti. atitikmenys: angl. estimator rus. оценочная функция, f pranc. estimateur, m …   Penkiakalbis aiškinamasis metrologijos terminų žodynas

  • estimator — įvertinys statusas T sritis fizika atitikmenys: angl. estimator vok. Schätzer, m; Schätzfunktion, f rus. оценочная функция, f pranc. estimateur, m …   Fizikos terminų žodynas

  • estimator — įverčio funkcija statusas T sritis fizika atitikmenys: angl. estimator vok. Schätzfunktion, f rus. оценочная функция, f pranc. estimateur, m …   Fizikos terminų žodynas

  • estimator — estimate ► NOUN 1) an approximate calculation. 2) a written statement indicating the likely price that will be charged for specified work. 3) a judgement or appraisal. ► VERB ▪ form an estimate of. DERIVATIVES estimation noun estimator …   English terms dictionary

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”