param_var | R Documentation |
Parametric or gaussian value at risk
param_var(x, p = 0.95)
x |
asset returns |
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_var(xx,p=0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.