A point estimate without uncertainty bounds is useless. The exam tests three CI machines: Wald (normal), log-transform (non-normal but closed-form), and likelihood ratio (drop the asymptotic shortcut entirely). For exponential data, a fourth, exact chi-square interval, sidesteps asymptotics altogether.
Constructing the MLE: the score equation. A point estimate has to come from somewhere. The likelihood ranks every possible parameter value by how plausibly it generated the observed data. The MLE is the value where that plausibility peaks. For smooth likelihoods the peak sits where the derivative of , the score function, hits zero.
Four-step recipe:
- Write the likelihood: . The data is fixed; varies.
- Take the log: . Sums are easier than products and the maximizer is unchanged.
- Differentiate and set to zero: . This is the score equation.
- Solve for , then verify so it is a maximum, not a minimum or saddle.
Common mistakes
- Using instead of when parameters are correlated. The correct SE is the square root of the i-th diagonal of the inverse.
- Forgetting the squared derivative in the delta method. The factor is , not .
- Reporting a Wald CI that crosses zero for a positive parameter and silently rounding to zero. Switch to log-transform or LR.
Bottom line
- Score equation: the MLE solves . Write , log, differentiate, set to zero, solve, then confirm a maximum with .
- Variance from Fisher information: ; for multiple parameters use the square root of the i-th diagonal of the inverse Hessian, not .
- Delta method for transformed estimators: .
- Wald CI (normal): . Symmetric, uses because asymptotic, and can cross zero for positive parameters.
Exam shortcut
Exponential MLE: , . No calculus needed. Exponential rate MLE: . Score equation recipe: set to zero solve check . For 95% LR CI, drop the log-likelihood by 1.92 from its max; the crossing points are the endpoints. For 90%, drop by 1.35. For a tail probability or percentile CI, compute the delta-method SE; switch to log-transform the moment the Wald endpoint leaves or turns negative.
The full lesson (about 3,035 words, 20 min read) adds 3 worked examples, all 10 common mistakes, a self-check, free in the app.
Learning objectives
- 4b
Browse all free Exam ASTAM lessons or jump into free Exam ASTAM practice questions.