Quiz: Levenberg-Marquardt for Model Calibration

Quick Quiz

1. In the Levenberg-Marquardt update (JJ+λD)δθ=Jr(J^\top J + \lambda D)\,\delta\theta = -J^\top r, what is the behaviour of the step δθ\delta\theta as λ\lambda \to \infty?

2. The Marquardt scaling uses D=diag(JJ)D = \mathrm{diag}(J^\top J) rather than D=ID = I. What is the key advantage?

3. In the LM algorithm, the gain ratio ρ=(F(θ)F(θ+δθ))/(L(θ)L(θ+δθ))\rho = (F(\theta) - F(\theta + \delta\theta)) / (\mathcal{L}(\theta) - \mathcal{L}(\theta + \delta\theta)) is used to accept or reject a step. A step is accepted when ρ>0.25\rho > 0.25. What does ρ<0\rho < 0 indicate?

4. Satisfying the first-order optimality condition Jr<ε\|J^\top r\|_\infty < \varepsilon in LM calibration guarantees that the calibrated parameters are the global minimum of the calibration objective.

5. Central-difference finite-difference Jacobian approximation has truncation error O(h2)O(h^2), compared to O(h)O(h) for forward differences. What is the trade-off that determines the optimal step size hh for central differences?

6. In Heston calibration, the parameters κ\kappa and νˉ\bar{\nu} (long-run variance) are often poorly identified from market implied vol data. What is the formal characterisation of this identifiability problem?