Point Estimation
Summary
Point estimation uses a sample statistic to infer the value of an unknown population parameter. An estimator is the rule viewed as a random variable before data are collected; an estimate is the numerical value obtained after sampling. Key properties are unbiasedness, consistency, and efficiency, and common construction methods include the method of moments and maximum likelihood.[1]
Prerequisites
Definition / Notation
Let
| Symbol | Meaning |
|---|---|
|
|
Unknown population parameter |
|
|
Estimator of
|
|
|
Estimate, the observed value of the estimator |
|
|
|
|
|
|
The mean squared error decomposes as:
Parameters / Assumptions
- The sample
is independent and identically distributed (i.i.d.). - The parameter space is known and the model is identifiable.
- The estimator has finite first and second moments.
Essential Result
A good estimator should satisfy one or more of the following:
- Unbiasedness:
. - Consistency:
as . - Efficiency: among unbiased estimators,
has the smallest possible variance; under regularity conditions the variance attains the Cramér–Rao lower bound. - Method of moments: equate sample moments to population moments and solve for the parameters.
- Maximum likelihood: choose the parameter value that maximizes the likelihood of the observed sample.[2]
Worked Example
Suppose
Thus
so
Common Mistakes
- Calling an observed number an estimator; it is an estimate.
- Thinking that unbiasedness alone guarantees a small error; variance matters too.
- Forgetting that consistency is a property of a sequence of estimators as
grows. - Applying the method of moments when the required moments do not exist.
Connections
References
OpenStax, Introductory Statistics, "Point Estimation", https://openstax.org/details/books/introductory-statistics ↩︎
MIT OCW, Introduction to Probability and Statistics, "Estimation", https://ocw.mit.edu/courses/mathematics/ ↩︎