param_cvar | R Documentation |
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).
param_cvar(mu = 0, sigma = 1, p = 0.95)
mu |
mean value |
sigma |
standard deviation |
p |
confidence level |
numeric
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.