1. Central differences have truncation error while forward differences have . For the same bump size , approximately how many times more accurate are central differences for vega computation?
2. The optimal step size for central differences balances truncation and round-off error. For a function with and machine epsilon , the optimal step size is approximately:
3. The complex-step method estimates for small real . Why can be taken as small as without loss of accuracy?
4. The complex-step method works for Monte Carlo pricers that use indicator functions of the form .
5. Adjoint Algorithmic Differentiation (AAD) computes the gradient of a pricing function with respect to inputs. What is its computational cost relative to a single function evaluation?
6. For a vega ladder over a implied vol surface (5 maturities, 7 strikes), how many full repricings are needed using central differences?