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

Quasi-Maximum Likelihood Estimation

Graduate Depth 116 in the knowledge graph I know this Set as goal
9topics build on this
658prerequisites beneath it
See this on the map →
Maximum Likelihood EstimationFeasible GLS (FGLS) with Estimated Covariance StructureSimple Linear Regression Estimation
estimation maximum-likelihood misspecification

Core Idea

QML estimates models by maximizing a (possibly incorrect) log-likelihood function. Under mild regularity conditions, QML estimators are consistent and asymptotically normal even if the true distribution differs. The covariance matrix requires a sandwich adjustment accounting for likelihood misspecification.

Explainer

From your study of maximum likelihood estimation, you know the ideal story: specify the correct probability distribution for the data, write down the log-likelihood, maximize it, and obtain an estimator that is consistent, asymptotically efficient, and whose standard errors come from the inverse Fisher information matrix. Quasi-maximum likelihood estimation (QMLE) asks: what happens when you deliberately or inadvertently maximize the wrong likelihood? The answer, under certain conditions, is: less than you might fear.

The intuition starts with an analogy. Suppose you are trying to find the highest point in a mountain range and you use a slightly inaccurate map. If the map preserves the rough topology — if high points on the map correspond to high points in reality — you will still walk toward a peak, even if your route is not optimal. QMLE is similar: if the parametric model you maximize is related to the true data-generating process in the right way (specifically, if the moment conditions implied by the likelihood score are satisfied at the true parameter value), the QML estimator converges to the truth even though the full distributional assumption is wrong.

The most important case is the linear exponential family result: if your specified model correctly captures the conditional mean E[y|x], then maximizing any likelihood from the linear exponential family (Gaussian, Poisson, logistic, etc.) yields a consistent estimator of the mean parameters, regardless of the true distribution of y. This is why Poisson regression is routinely applied to non-count, non-negative outcomes like trade flows or innovation counts — the Poisson likelihood is used as a computational device, not as a genuine probabilistic claim. The coefficient estimates are consistent as long as the conditional mean model is right.

The cost of misspecification shows up in the covariance matrix. Under true MLE, Var(β̂) = −E[∂²ℓ/∂β∂β']⁻¹ (the inverse Hessian), and this equals the outer product formula E[score · score']. When the likelihood is misspecified, these two quantities no longer agree, so the standard MLE covariance formula is wrong. The correct covariance under QML is the sandwich estimator: (H⁻¹)(B)(H⁻¹), where H is the estimated Hessian and B is the estimated outer product of scores. This "bread-meat-bread" structure inflates the estimated variance to account for the fact that the likelihood's curvature no longer accurately reflects the sampling uncertainty. Using the wrong covariance — the standard MLE formula — would produce standard errors that are typically too small, leading to false precision.

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 DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityIndependence of EventsSampling DistributionsStandard Error of EstimatorsHypothesis Testing: Framework and LogicP-values and Statistical SignificanceEffect Size and Practical SignificanceHypothesis Testing: Framework and LogicZ-Tests and T-Tests for MeansOne-Sample Z-Test for MeansOne-Sample and Two-Sample T-TestsInference in Linear RegressionPrediction Intervals in RegressionLinear Regression BasicsResiduals and Goodness of Fit (R²)Simple (Bivariate) OLS RegressionClassical OLS Assumptions (Gauss-Markov)Multiple RegressionInterpreting Regression CoefficientsHypothesis Testing in RegressionF-Test and Joint SignificanceWhite Test and Detection of HeteroskedasticityGeneralized Least Squares (GLS) for Non-Spherical ErrorsFeasible GLS (FGLS) with Estimated Covariance StructureQuasi-Maximum Likelihood Estimation

Longest path: 117 steps · 658 total prerequisite topics

Prerequisites (2)

Leads To (1)