Point estimates: what we want from data
Given i.i.d. data , a point estimator is any function of the data that produces a single guess for . Common examples:
- Sample mean estimates the population mean .
- Sample variance estimates .
- Empirical proportion estimates a Bernoulli parameter.
An estimator is itself a random variable — it changes across different datasets. Two questions define its quality:
- Bias: is its expectation equal to the true ?
- Variance: how much does it fluctuate across repeated samples?
Notice in instead of . That's not a typo — it's the correction that makes unbiased. The naive version systematically underestimates .
