Properties of Point Estimators

College Depth 63 in the knowledge graph I know this Set as goal
Unlocks 261 downstream topics
estimation properties bias

Core Idea

Point estimators have properties including: unbiasedness (E[θ̂] = θ), consistency (θ̂ → θ as n→∞), efficiency (low variance), and robustness. Comparing estimators by these properties helps choose between alternatives.

How It's Best Learned

Calculate bias and variance of simple estimators analytically. Compare sample mean and sample median as estimators of location. Examine how efficiency changes with sample size or distribution shape.

Explainer

An estimator is just a recipe — a function of your data that produces a guess for an unknown parameter. Before you can compare two recipes, you need a vocabulary for what "good" means. That vocabulary is the four key properties: unbiasedness, consistency, efficiency, and robustness.

Unbiasedness is the most intuitive. An estimator θ̂ is unbiased if, on average over all possible datasets of a given size, it lands exactly on the true parameter: E[θ̂] = θ. Think of it like a scale that, even if individual readings fluctuate, averages out to the true weight. The sample mean X̄ is the classic unbiased estimator of the population mean μ — you can verify this directly using your prerequisite knowledge of expected value: E[X̄] = E[(X₁ + ... + Xₙ)/n] = nμ/n = μ. The bias of an estimator is the signed difference E[θ̂] − θ; unbiasedness means bias equals zero.

Consistency captures a different desirable behavior: as your sample grows, does θ̂ get closer and closer to θ? A consistent estimator converges in probability to the true parameter as n → ∞. This is an asymptotic property, unlike unbiasedness which applies at every sample size. Most well-behaved estimators are both unbiased and consistent, but they can be decoupled — an estimator can be unbiased at every n yet inconsistent (high variance that never shrinks), or biased at every finite n yet consistent (bias shrinks to zero as n grows).

Efficiency asks: among all unbiased estimators, which has the smallest variance? A more efficient estimator wastes less information — it extracts more signal from the same data. The Cramér-Rao lower bound establishes the minimum possible variance any unbiased estimator can achieve, and an estimator that achieves this bound is called efficient. For example, when data is normally distributed, the sample mean is the efficient estimator of μ — no unbiased estimator can do better with the same data. The sample median is also unbiased for μ (by symmetry) but has higher variance, making it less efficient in the normal case.

Robustness is the practical counterpart to efficiency: how badly does the estimator perform when assumptions are violated? The sample mean is efficient under normality but sensitive to outliers — a single extreme value can drag it far from the bulk of the data. The sample median, though less efficient under normality, is robust: its value depends only on the middle rank, so outliers cause no damage. Choosing among estimators always involves navigating this tradeoff between efficiency (optimal under the assumed model) and robustness (safe when the model is wrong). Real statistical practice requires knowing which property matters more for the problem at hand.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsStep FunctionsComposition of FunctionsInverse FunctionsRadical Functions and GraphsRational ExponentsExponential Functions and GraphsGeometric Sequences and SeriesSigma NotationExpected ValueProperties of Point Estimators

Longest path: 64 steps · 251 total prerequisite topics

Prerequisites (1)

Leads To (1)