A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Consistency of Estimators

Graduate Depth 110 in the knowledge graph I know this Set as goal
2topics build on this
723prerequisites beneath it
See this on the map →
Convergence in ProbabilityMaximum Likelihood Estimation (Theory)Asymptotic Normality of MLEs
consistency asymptotics estimation

Core Idea

An estimator θ̂ₙ is consistent if θ̂ₙ converges in probability to θ as n → ∞. Consistency is a minimum requirement for reasonable estimators—as sample size grows, the estimator should approach the truth. Under regularity conditions, MLEs and method of moments estimators are consistent.

Explainer

An estimator is a rule for turning data into a guess about an unknown parameter. For that rule to be useful, it should at minimum do better with more data — intuitively, collecting millions of observations should get you very close to the truth. Consistency formalizes this requirement using the language of convergence in probability that you already know.

Recall that θ̂ₙ converges in probability to θ means: for any ε > 0, the probability P(|θ̂ₙ − θ| > ε) → 0 as n → ∞. In words, the chance that your estimate is far from the truth becomes negligible as the sample grows. This is weaker than almost-sure convergence (which says the estimate *will* eventually be close with probability 1 along every path), but it is the standard benchmark for estimators. A consistent estimator might produce a bad estimate for any specific sample — you could get unlucky — but the probability of a bad estimate vanishes as n grows.

The most important consistency results are for the sample mean and for MLEs. The sample mean X̄ₙ is consistent for the population mean μ by the Weak Law of Large Numbers, which is itself a direct consequence of convergence in probability. For MLEs, consistency follows from general regularity conditions (differentiability of the log-likelihood, identifiability of the model, compactness arguments) and is one reason MLEs are the default estimator in most settings. A useful sufficient condition: if an estimator is unbiased (E[θ̂ₙ] = θ) and its variance vanishes (Var(θ̂ₙ) → 0), then by Chebyshev's inequality it is consistent. But note that consistency does not require unbiasedness — a biased estimator can still be consistent if the bias shrinks to zero with n.

What consistency does *not* guarantee is equally important. Consistency is an asymptotic property — it says nothing about performance at any finite sample size. An estimator could be badly biased for small n yet perfectly consistent. And consistency gives no rate: it does not tell you how quickly the estimate approaches the truth. That information lives in asymptotic normality (the next topic), which tells you √n(θ̂ₙ − θ) converges in distribution to a normal, quantifying the speed of convergence and enabling confidence intervals. Think of consistency as the entry requirement for an estimator — necessary but far from sufficient for a complete understanding of its behavior.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionPartial Fraction Decomposition for IntegrationImproper Integrals - ConvergenceIntegral TestP-SeriesComparison TestLimit Comparison TestSeries Convergence Test StrategyPower SeriesRadius and Interval of ConvergenceTaylor SeriesMoment Generating FunctionsCharacteristic FunctionsConvergence in DistributionStationary DistributionsConvergence of Markov ChainsConvergence in ProbabilityAlmost Sure ConvergenceRelationships Between Modes of ConvergenceWeak Law of Large NumbersStrong Law of Large NumbersCentral Limit Theorem (Rigorous via Characteristic Functions)Maximum Likelihood Estimation (Theory)Consistency of Estimators

Longest path: 111 steps · 723 total prerequisite topics

Prerequisites (2)

Leads To (1)