Introduction to Estimators
From Theory to Data
Probability: given distribution, compute probabilities.
Statistics: given data, infer distribution.
Estimation is statistical inference: using data to estimate unknown parameters.
Estimators
An estimator is a function of the data used to estimate an unknown parameter .
The estimate is the value computed from actual data.
Example: Estimating Population Mean
Parameter: (unknown population mean)
Data: (random sample)
Estimator:
Estimate: 42.3 (actual value from data)
Properties of Good Estimators
Unbiasedness
is unbiased if .
The expected value of the estimator equals the true parameter.
Low Variance
should be small.
An estimator with low variance concentrates near its mean.
Consistency
is consistent if as .
With more data, the estimator converges to the truth.
Example: Sample Mean
as estimator for :
| Property | Status |
|---|---|
| Unbiased | Yes: |
| Variance | |
| Consistent | Yes (by WLLN) |
Example: Sample Variance
Two versions:
Dividing by corrects for estimating with .
Physical Analogy
Estimator = Measuring instrument Parameter = True value Estimate = Measurement Sampling variation = Measurement error
Point vs Interval Estimation
- Point estimate: Single value (e.g., )
- Interval estimate: Range (e.g., 95% CI: )
Interval estimates convey uncertainty.
Method of Moments
Match sample moments to population moments:
Solve for parameters.
Maximum Likelihood
Find parameter value maximising probability of observed data.
Summary
| Concept | Definition |
|---|---|
| Estimator | Function of data to estimate parameter |
| Estimate | Value computed from actual data |
| Unbiased | |
| Consistent | as |