CVaR Deviation. Conditional Value-at-Risk for (Linear Loss) - (Average over Linear Loss scenarios) , i.e., the average of largest (1-α)% of (Linear Loss) - (Average over Linear Loss scenarios) scenarios.
Syntax
cvar_dev(α, matrix) |
short call |
cvar_dev_name(α, matrix) |
call with optional name |
Parameters
matrix is a Matrix of Scenarios:
where the header row contains names of variables (except scenario_probability, and scenario_benchmark). Other rows contain numerical data. The scenario_probability, and scenario_benchmark columns are optional.
is a confidence level.
Mathematical Definition
CVaR Deviation for Loss function is calculated as follows:
,
where
is CVaR Risk function,
,
is Loss Function (See section Loss and Gain Functions)
is an argument of function.
Example
Case Studies with CVaR Deviation
See also
CVaR,
CVaR Normal Independent, CVaR Normal Dependent,
CVaR Deviation Normal Independent, CVaR Deviation Normal Dependent,
CVaR for Mixture of Normal Independent, CVaR Deviation for Mixture of Normal Independent
CVaR for Discrete Distribution as Function of Atom Probabilities, CVaR for Mixture of Normal Distributions as Function of Mixture Weights