< Statistics

Point Estimates

Definition: Suppose a random variable follows a statistical distribution or a law indexed by parameter . Then a function from the sample space to the parameter space is called a point estimator of .

In general, let be any function of . Then any function from the sample space to the domain of will be called a point estimator of .

Definition: If is a point estimator for , then for a realization of the random variable , the quantity is called a point estimate of and is denoted as .

Notice that the estimate is a random variable (unlike the true parameter ), since it depends on .

Examples

  1. Suppose follow independent Normal(μ,σ2). Then an estimator for the mean μ is the sample mean .
  2. Suppose follow Uniform[θ,θ+1]. Then an estimator for θ is . Another is . Yet another is

Notice that the above definition does not restrict the point estimator to only the "good" ones. For example, according to the definition it is perfectly fine to estimate the mean in the above example as something absurd, like . This freedom is in the definition is deliberate. In general, however, when we form point estimators we take some measure of goodness into account. It should be kept in mind that the point estimators will always be targeted to be close to the parameter it estimates, intuitively and if possible, formally.

A variety of methods are used to evaluate the effectiveness of a particular estimator. One such measure of goodness is called the bias. Bias is defined as in terms of the closeness of the expectation for the estimator to the actual parameter value. For example if estimating a parameter, with an estimator, then . When bias is zero, the estimator is called unbiased.

As an example we can show that the sample mean is unbiased for distribution mean. .

Unbiasedness alone means the positive and negative errors balance out, but it is not the only measure of quality. This can be thought of as accuracy, but we might also be concerned about precision. Precision is often measured by the mean squared error, or MSE for short.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.