| BKg4 {Risk} | R Documentation |
Bronshtein And Kurelenkova (2009)'s Fourth Risk Measure
Description
Computes the fourth risk measure due to Bronshtein and Kurelenkova (2009)
Usage
BKg4(spec, alpha, a, b, beta, ...)
Arguments
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
alpha |
a real valued parameter taking values in (0, 1), see Chan and Nadarajah for details |
a |
the lower end point of the distribution specified by |
b |
the upper end point of the distribution specified by |
beta |
a non-negative real valued parameter, see Chan and Nadarajah for details |
... |
other parameters |
Value
An object of the same length as alpha, giving Bronshtein and Kurelenkova (2009)'s fourth risk measure of the distribution specified by spec
Author(s)
Stephen Chan, Saralees Nadarajah
References
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
E. Bronshtein and J. Kurelenkova, Complex risk measures in portfolio optimization, Ufa State Aviation Technical University, Russia, 2009
Examples
BKg4("norm", 0.9, -Inf, Inf, 1)