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 X1,,Xn be a random sample from a distribution that depends on an unknown parameter θ .

Symbol Meaning
θ Unknown population parameter
θ^n Estimator of θ , a statistic T(X1,,Xn)
θ^n,obs Estimate, the observed value of the estimator
Bias(θ^n) E[θ^n]θ
MSE(θ^n) E[(θ^nθ)2]

The mean squared error decomposes as:

MSE(θ^n)=Var(θ^n)+Bias(θ^n)2

Parameters / Assumptions

Essential Result

A good estimator should satisfy one or more of the following:

Worked Example

Suppose X1,,XnBernoulli(p) and we use p^=X¯ . Then

E[p^]=p,Var(p^)=p(1p)n.

Thus p^ is unbiased. By Chebyshev's inequality,

P(|X¯p|ε)p(1p)nε20,

so p^ is also consistent.

Common Mistakes

Connections

References


  1. OpenStax, Introductory Statistics, "Point Estimation", https://openstax.org/details/books/introductory-statistics ↩︎

  2. MIT OCW, Introduction to Probability and Statistics, "Estimation", https://ocw.mit.edu/courses/mathematics/ ↩︎