pub fn delta_normal_var(
exposures: &[f64],
covariance: &[Vec<f64>],
confidence: f64,
) -> DeltaNormalVarExpand description
Delta-normal VaR: exposures[i] is the currency P&L per unit return
of asset i (delta x spot), covariance the per-horizon return
covariance matrix.