Skip to main content

parametric_var

Function parametric_var 

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

Parametric VaR under normal P&L with the given mean and std. VaR = -mean + std * z_alpha.