param_cvar: Parametric Conditional Value At Risk

View source: R/quants.R

param_cvarR Documentation

Parametric Conditional Value At Risk

Description

Parametric Conditional Value-At-Risk. More sensitive to the shape of the loss distribution in the tails. Also known as Expected Shortfall (ES), Expected Tail Loss (ETL).

Usage

param_cvar(mu = 0, sigma = 1, p = 0.95)

Arguments

mu

mean value

sigma

standard deviation

p

confidence level

Value

numeric

Examples

xx <- c(0.003,0.026,0.015,-0.009,-0.014,-0.024,0.015,0.066,-0.014,0.039)
param_cvar(mean(xx),sd(xx))


maxto/qapi documentation built on Feb. 1, 2024, 9:42 a.m.