An MLE for is rarely what you want to report. You want a survival probability, a quantile, an LER, or a premium. The delta method converts the variance of into the variance of in one line of calculus.
MLE invariance. The functional invariance property says the MLE travels through any function. If maximizes the likelihood for , then is the MLE for . You do not re-maximize. You substitute. This is half of the delta-method package. It gives you the point estimate. The other half (variance) needs calculus.
The univariate delta method. Asymptotically the MLE satisfies , where is the Fisher information per observation. For a smooth function , a first-order Taylor expansion around gives . Variance flows through linearly.
In practice you plug into both and . The estimated information gives , or you read it off the inverse observed information directly.
Common mistakes
- Dropping the cross-term in the multivariate formula. Costs you the correlation correction. With Example 2 numbers, the SE is wrong by a factor of 2.5.
- Forgetting to square . The formula is , not . The latter can be negative.
- Leaving symbolic in the final variance. You must plug into both and the information.
Bottom line
- MLE invariance: if is the MLE of , then is the MLE of , with no re-optimization.
- Univariate delta: , with both and the information evaluated at .
- Multivariate delta: , keeping off-diagonals, where is the inverse Fisher information (inverse Hessian of the negative log-likelihood).
- SE and CI: standard error is the square root of the delta-method variance; the 95% Wald CI is .
Exam shortcut
Write first, then . Two lines if scalar, three if vector. Do not derive the information from scratch when the problem hands you . For one-parameter MLEs, memorize for Exponential and for Bernoulli. These cover most univariate delta problems. When two parameters are negatively correlated (Gamma, Pareto, Lognormal), expect the cross-term to reduce the SE of a product or sum of the MLEs.
The full lesson (about 3,090 words, 21 min read) adds 3 worked examples, all 9 common mistakes, a self-check, free in the app.
Learning objectives
- 4c
Browse all free Exam ASTAM lessons or jump into free Exam ASTAM practice questions.