Newton-Raphson for Implied Vol — Convergence and Vega Guard
Companion notebook to Module 2 of the Implied Vol Inversion course. Implements Newton-Raphson implied vol inversion from scratch and demonstrates quadratic convergence, the vega guard, and starting-point sensitivity.
- §0 — Black-Scholes infrastructure (reused from Module 1)
- §1 — Newton-Raphson iteration with trace logging
- §2 — Quadratic convergence: error halving analysis
- §3 — Starting-point sensitivity: convergence count vs σ₀
- §4 — Vega guard: deep OTM failure and fallback trigger
- §5 — Validation summary