freebsd-ports/math/R-cran-cvar/pkg-descr
Guangyuan Yang e8f3664765 math/R-cran-cvar: New port
Compute Expected Shortfall and Value at Risk for Continuous Distributions
2022-12-07 00:08:01 -05:00

8 lines
495 B
Plaintext

Compute expected shortfall (ES) and Value at Risk (VaR) from a quantile
function, distribution function, random number generator or probability density
function. ES is also known as Conditional Value at Risk (CVaR). Virtually any
continuous distribution can be specified. The functions are vectorized over the
arguments. The computations are done directly from the definitions, see e.g.
Acerbi and Tasche (2002) <doi:10.1111/1468-0300.00091>. Some support for GARCH
models is provided, as well.