Quiz: Model Calibration as a Non-Linear Least Squares Problem

Module 1 of 5 · Medium

Quick Quiz

1. The weighted NLS calibration objective is L(θ)=12Wr(θ)2\mathcal{L}(\theta) = \frac{1}{2}\|Wr(\theta)\|^2 where ri(θ)=yifi(θ)r_i(\theta) = y_i - f_i(\theta). What is the gradient θL\nabla_\theta \mathcal{L}?

2. The Gauss-Newton approximation to the Hessian discards the second-order term iwi2riθ2fi\sum_i w_i^2 r_i \nabla^2_\theta f_i. Under what two conditions is this approximation valid?

3. For Heston calibration to 40 market implied vols with 5 model parameters, the Jacobian JJ has dimensions:

4. A calibration in **price space** rather than **implied vol space** would systematically:

5. The normal equations for the Gauss-Newton step are (JW2J)δθ=JW2r(J^\top W^2 J)\,\delta\theta = J^\top W^2 r. The system is singular when:

6. The condition number κ(JJ)\kappa(J^\top J) of the calibration problem is 10510^5. A 0.1% relative perturbation in market data would cause approximately what relative change in calibrated parameters?

7. A vol desk calibrates Heston to today's market and reports v0=0.03v_0 = 0.03 (spot variance). The ATM implied vol for a 1-month option is 0.0317.3%\sqrt{0.03} \approx 17.3\%. Tomorrow the 1-month ATM vol jumps to 22%. The recalibration will primarily adjust which parameter?

8. A desk quant is asked to calibrate a 5-parameter model to 3 market quotes. What can you immediately say about the calibration problem?