Skip to main content

parametric_expected_shortfall

Function parametric_expected_shortfall 

Source
pub fn parametric_expected_shortfall(
    mean: f64,
    std: f64,
    confidence: f64,
) -> f64
Expand description

Parametric Expected Shortfall under normal P&L: ES = -mean + std * phi(z_alpha) / (1 - alpha).