Title: | Computes 26 Financial Risk Measures for Any Continuous Distribution |
---|---|
Description: | Computes 26 financial risk measures for any continuous distribution. The 26 financial risk measures include value at risk, expected shortfall due to Artzner et al. (1999) <DOI:10.1007/s10957-011-9968-2>, tail conditional median due to Kou et al. (2013) <DOI:10.1287/moor.1120.0577>, expectiles due to Newey and Powell (1987) <DOI:10.2307/1911031>, beyond value at risk due to Longin (2001) <DOI:10.3905/jod.2001.319161>, expected proportional shortfall due to Belzunce et al. (2012) <DOI:10.1016/j.insmatheco.2012.05.003>, elementary risk measure due to Ahmadi-Javid (2012) <DOI:10.1007/s10957-011-9968-2>, omega due to Shadwick and Keating (2002), sortino ratio due to Rollinger and Hoffman (2013), kappa due to Kaplan and Knowles (2004), Wang (1998)'s <DOI:10.1080/10920277.1998.10595708> risk measures, Stone (1973)'s <DOI:10.2307/2978638> risk measures, Luce (1980)'s <DOI:10.1007/BF00135033> risk measures, Sarin (1987)'s <DOI:10.1007/BF00126387> risk measures, Bronshtein and Kurelenkova (2009)'s risk measures. |
Authors: | Saralees Nadarajah, Stephen Chan |
Maintainer: | Saralees Nadarajah <[email protected]> |
License: | GPL (>= 2) |
Version: | 1.0 |
Built: | 2024-11-17 03:38:50 UTC |
Source: | https://github.com/cran/Risk |
Computes 26 financial risk measures, including value at risk, expected shortfall due to Artzner et al. (1999) <DOI:10.1007/s10957-011-9968-2>, tail conditional median due to Kou et al. (2013) <DOI:10.1287/moor.1120.0577>, expectiles due to Newey and Powell (1987) <DOI:10.2307/1911031>, beyond value at risk due to Longin (2001) <DOI:10.3905/jod.2001.319161>, expected proportional shortfall due to Belzunce et al. (2012) <DOI:10.1016/j.insmatheco.2012.05.003>, elementary risk measure due to Ahmadi-Javid (2012) <DOI:10.1007/s10957-011-9968-2>, omega due to Shadwick and Keating (2002), sortino ratio due to Rollinger and Hoffman (2013), kappa due to Kaplan and Knowles (2004), Wang (1998)'s <DOI:10.1080/10920277.1998.10595708> risk measures, Stone (1973)'s <DOI:10.2307/2978638> risk measures, Luce (1980)'s <DOI:10.1007/BF00135033> risk measures, Sarin (1987)'s <DOI:10.1007/BF00126387> risk measures, Bronshtein and Kurelenkova (2009)'s risk measures.
Package: | Risk |
Type: | Package |
Version: | 1.0 |
Date: | 2017-06-05 |
License: | GPL(>=2) |
financial risk measures
Saralees Nadarajah, Stephen Chan
Maintainer: Saralees Nadarajah <[email protected]>
A. Ahmadi-Javid, Entropic value-at-risk: A new coherent risk measure, Journal of Optimization Theory and Applications, 155, 2012, 1105-1123 <DOI:10.1007/s10957-011-9968-2>
P. Artzner, F. Delbaen, J. M. Eber and D. Heath, Coherent measures of risk, Mathematical Finance, 9, 1999, 203-228 <DOI:10.1007/s10957-011-9968-2>
F. Belzunce, J. F. Pinar, J. M. Ruiz and M. A. Sordo, Comparison of risks based on the expected proportional shortfall, Insurance: Mathematics and Economics, 51, 2012, 292-302 <DOI:10.1016/j.insmatheco.2012.05.003>
E. Bronshtein and J. Kurelenkova, Complex risk measures in portfolio optimization, Ufa State Aviation Technical University, Russia, 2009
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
P. D. Kaplan and J. A. Knowles, Kappa: A generalized downside risk-adjusted performance measure, Miscellaneous Publication, Morningstar Associates and York Hedge Fund Strategies, 2004
S. Kou, X. Peng and C. C. Heyde, External risk measures and Basel accords, Mathematics of Operations Research, 38, 2013, 393-417 <DOI:10.1287/moor.1120.0577>
F. M. Longin, Beyond the VaR, Journal of Derivatives, 8, 2001, 36-48 <DOI:10.3905/jod.2001.319161>
R. D. Luce, Several possible measures of risk, Theory and Decision, 12, 1980, 217-228 <DOI:10.1007/BF00135033>
W. K. Newey and J. L. Powell, Asymmetric least squares estimation and testing, Econometrica, 55, 1987, 819-847 <DOI:10.2307/1911031>
T. Rollinger and S. Hoffman, Sortino ratio: A better measure of risk, Risk Management, 2013, 40-42
R. K. Sarin, Some extensions of Luce's measures of risk, Theory and Decision, 22, 1987, 125-141 <DOI:10.1007/BF00126387>
W. F. Shadwick and C. Keating, A universal performance measure, Journal of Performance Measurement, 2002
B. K. Stone, A general class of three-parameter risk measures, The Journal of Finance, 28, 1973, 675-685 <DOI:10.2307/2978638>
S. Wang, An actuarial index of the right-tail risk, North American Actuarial Journal, 2, 1988, 88-101 <DOI:10.1080/10920277.1998.10595708>
Computes the first risk measure due to Bronshtein and Kurelenkova (2009)
BKg1(spec, alpha, a, b, ...)
BKg1(spec, alpha, a, b, ...)
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 |
... |
other parameters |
An object of the same length as alpha
, giving Bronshtein and Kurelenkova (2009)'s first risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
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
BKg1("norm", 0.9, -Inf, Inf)
BKg1("norm", 0.9, -Inf, Inf)
Computes the second risk measure due to Bronshtein and Kurelenkova (2009)
BKg2(spec, alpha, a, b, ...)
BKg2(spec, alpha, a, b, ...)
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 |
... |
other parameters |
An object of the same length as alpha
, giving Bronshtein and Kurelenkova (2009)'s second risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
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
BKg2("norm", 0.9, -Inf, Inf)
BKg2("norm", 0.9, -Inf, Inf)
Computes the third risk measure due to Bronshtein and Kurelenkova (2009)
BKg3(spec, alpha, a, b, beta, ...)
BKg3(spec, alpha, a, b, beta, ...)
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 |
An object of the same length as alpha
, giving Bronshtein and Kurelenkova (2009)'s third risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
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
BKg3("norm", 0.9, -Inf, Inf, 1)
BKg3("norm", 0.9, -Inf, Inf, 1)
Computes the fourth risk measure due to Bronshtein and Kurelenkova (2009)
BKg4(spec, alpha, a, b, beta, ...)
BKg4(spec, alpha, a, b, beta, ...)
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 |
An object of the same length as alpha
, giving Bronshtein and Kurelenkova (2009)'s fourth risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
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
BKg4("norm", 0.9, -Inf, Inf, 1)
BKg4("norm", 0.9, -Inf, Inf, 1)
Computes beyond value at risk for a given ditribution
bvar(spec, alpha, a, ...)
bvar(spec, alpha, a, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
alpha |
the probabilities associated with beyon values at risk |
a |
the lower end point of the distribution specified by |
... |
other parameters |
An object of the same length as alpha
, giving beyond values ar risk computed.
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
F. M. Longin, Beyond the VaR, Journal of Derivatives, 8, 2001, 36-48 <DOI:10.3905/jod.2001.319161>
bvar("norm", 0.9, a=-Inf)
bvar("norm", 0.9, a=-Inf)
Computes expected proportional shortfall for a given ditribution
epsg(spec, alpha, ...)
epsg(spec, alpha, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
alpha |
the probabilities associated with expected proportional shortfalls |
... |
other parameters |
An object of the same length as alpha
, giving expected proportional shortfalls computed.
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
F. Belzunce, J. F. Pinar, J. M. Ruiz and M. A. Sordo, Comparison of risks based on the expected proportional shortfall, Insurance: Mathematics and Economics, 51, 2012, 292-302 <DOI:10.1016/j.insmatheco.2012.05.003>
epsg("norm", 0.9)
epsg("norm", 0.9)
Computes expected shortfall for a given ditribution
esg(spec, alpha, ...)
esg(spec, alpha, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
alpha |
the probabilities associated with expected shortfall |
... |
other parameters |
An object of the same length as alpha
, giving expected shortfall computed.
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
P. Artzner, F. Delbaen, J. M. Eber and D. Heath, Coherent measures of risk, Mathematical Finance, 9, 1999, 203-228 <DOI:10.1111/1467-9965.00068>
esg("norm", 0.9)
esg("norm", 0.9)
Computes expectation for a given ditribution
expect(spec, a, b, ...)
expect(spec, a, b, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
a |
the lower end point of the distribution specified by |
b |
the upper end point of the distribution specified by |
... |
other parameters |
A scalar, giving the expected value of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
expect("norm", -Inf, Inf)
expect("norm", -Inf, Inf)
Computes expectiles for a given ditribution
expp(spec, alpha, a, b, ...)
expp(spec, alpha, a, b, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
alpha |
the probabilities associated with expectiles |
a |
the lower end point of the distribution specified by |
b |
the upper end point of the distribution specified by |
... |
other parameters |
An object of the same length as alpha
, giving expectiles computed.
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
W. K. Newey and J. L. Powell, Asymmetric least squares estimation and testing. Econometrica, 55, 1987, 819-847 <DOI:10.2307/1911031>
expp("norm", 0.9, a=-Inf, b=Inf)
expp("norm", 0.9, a=-Inf, b=Inf)
Computes the elementary risk measure for a given ditribution
expvar(spec, alpha, a, b, ...)
expvar(spec, alpha, a, b, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
alpha |
a positive valued parameter, 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 |
... |
other parameters |
An object of the same length as alpha
, giving the elementary risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
A. Ahmadi-Javid, Entropic value-at-risk: A new coherent risk measure. Journal of Optimization Theory and Applications, 155, 2012, 1105-1123 <DOI:10.1007/s10957-011-9968-2>
expvar("norm", 0.9, -Inf, Inf)
expvar("norm", 0.9, -Inf, Inf)
Computes the Kappa risk measure for a given ditribution
kappag(spec, alpha, n, a, b, ...)
kappag(spec, alpha, n, a, b, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
alpha |
a real valued parameter, see Chan and Nadarajah for details |
n |
a positive integer valued parameter, 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 |
... |
other parameters |
An object of the same length as alpha
, giving the Kappa risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
P. D. Kaplan and J. A. Knowles, Kappa: A generalized downside risk-adjusted performance measure, Miscellaneous Publication, Morningstar Associates and York Hedge Fund Strategies, 2004
kappag("norm", 2, 5, -Inf, Inf)
kappag("norm", 2, 5, -Inf, Inf)
Computes the first risk measure due to Luce (1980)
luceg1(spec, a, b, aa, bb, ...)
luceg1(spec, a, b, aa, bb, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
aa |
a positive valued parameter, see Chan and Nadarajah for details |
bb |
a non-negative valued parameter, 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 |
... |
other parameters |
A scalar, giving Luce (1980)'s first risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
R. D. Luce, Several possible measures of risk, Theory and Decision, 12, 1980, 217-228 <DOI:10.1007/BF00135033>
luceg1("unif", 0, 1, 1, 0)
luceg1("unif", 0, 1, 1, 0)
Computes the second risk measure due to Luce (1980)
luceg2(spec, a, b, aa, bb, ...)
luceg2(spec, a, b, aa, bb, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
aa |
a positive valued parameter, see Chan and Nadarajah for details |
bb |
a positive valued parameter, 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 |
... |
other parameters |
A scalar, giving Luce (1980)'s second risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
R. D. Luce, Several possible measures of risk, Theory and Decision, 12, 1980, 217-228 <DOI:10.1007/BF00135033>
luceg2("unif", 0, 1, 1, 0)
luceg2("unif", 0, 1, 1, 0)
Computes the third risk measure due to Luce (1980)
luceg3(spec, a, b, aa, bb, ...)
luceg3(spec, a, b, aa, bb, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
aa |
a positive valued parameter, see Chan and Nadarajah for details |
bb |
a non-negative valued parameter, 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 |
... |
other parameters |
A scalar, giving Luce (1980)'s third risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
R. D. Luce, Several possible measures of risk, Theory and Decision, 12, 1980, 217-228 <DOI:10.1007/BF00135033>
luceg3("unif", 0, 1, 1, 0)
luceg3("unif", 0, 1, 1, 0)
Computes the fourth risk measure due to Luce (1980)
luceg4(spec, a, b, aa, bb, ...)
luceg4(spec, a, b, aa, bb, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
aa |
a positive valued parameter, see Chan and Nadarajah for details |
bb |
a positive valued parameter, 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 |
... |
other parameters |
A scalar, giving Luce (1980)'s fourth risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
R. D. Luce, Several possible measures of risk, Theory and Decision, 12, 1980, 217-228 <DOI:10.1007/BF00135033>
luceg4("norm",-Inf, Inf, 1, 0)
luceg4("norm",-Inf, Inf, 1, 0)
Computes the omega risk measure for a given ditribution
omegag(spec, alpha, a, b, ...)
omegag(spec, alpha, a, b, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
alpha |
a real valued parameter, 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 |
... |
other parameters |
An object of the same length as alpha
, giving the omega risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
W. F. Shadwick and C. Keating, A universal performance measure, Journal of Performance Measurement, 2002
omegag("norm", 2, -Inf, Inf)
omegag("norm", 2, -Inf, Inf)
Computes the first risk measure due to Sarin (1987)
saring1(spec, a, b, k, c, ...)
saring1(spec, a, b, k, c, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
k |
a non-zero real valued parameter, see Chan and Nadarajah for details |
c |
a non-zero real valued parameter, 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 |
... |
other parameters |
A scalar, giving Sarin (1987)'s first risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
R. K. Sarin, Some extensions of Luce's measures of risk, Theory and Decision, 22, 1987, 125-141 <DOI:10.1007/BF00126387>
saring1("norm", -Inf, Inf, 1, 0)
saring1("norm", -Inf, Inf, 1, 0)
Computes the second risk measure due to Sarin (1987)
saring2(spec, a, b, aa, bb1, bb2, ...)
saring2(spec, a, b, aa, bb1, bb2, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
aa |
a positive real valued parameter, see Chan and Nadarajah for details |
bb1 |
a positive real valued parameter, see Chan and Nadarajah for details |
bb2 |
a positive real valued parameter, 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 |
... |
other parameters |
A scalar, giving Sarin (1987)'s second risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
R. K. Sarin, Some extensions of Luce's measures of risk, Theory and Decision, 22, 1987, 125-141 <DOI:10.1007/BF00126387>
saring2("norm",-Inf, Inf, 1, 1, 1)
saring2("norm",-Inf, Inf, 1, 1, 1)
Computes the third risk measure due to Sarin (1987)
saring3(spec, a, b, aa, bb1, bb2, ...)
saring3(spec, a, b, aa, bb1, bb2, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
aa |
a positive real valued parameter, see Chan and Nadarajah for details |
bb1 |
a positive real valued parameter, see Chan and Nadarajah for details |
bb2 |
a positive real valued parameter, 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 |
... |
other parameters |
A scalar, giving Sarin (1987)'s third risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
R. K. Sarin, Some extensions of Luce's measures of risk, Theory and Decision, 22, 1987, 125-141 <DOI:10.1007/BF00126387>
saring3("norm",-Inf, Inf, 1, 1, 1)
saring3("norm",-Inf, Inf, 1, 1, 1)
Computes the Sortino ratio for a given ditribution
sortinog(spec, alpha, a, b, ...)
sortinog(spec, alpha, a, b, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
alpha |
a real valued parameter, 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 |
... |
other parameters |
An object of the same length as alpha
, giving the Sortino ratio of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
T. Rollinger and S. Hoffman, Sortino ratio: A better measure of risk, Risk Management, 40-42, 2013
sortinog("norm", 2, -Inf, Inf)
sortinog("norm", 2, -Inf, Inf)
Computes the first risk measure due to Stone (1973)
stoneg1(spec, x0, k, a, b, ...)
stoneg1(spec, x0, k, a, b, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
x0 |
a real valued parameter, see Chan and Nadarajah for details |
k |
a positive valued parameter, 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 |
... |
other parameters |
A scalar, giving Stone (1973)'s first risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
B. K. Stone, A general class of three-parameter risk measuresm, The Journal of Finance, 28, 1973, 675-685 <DOI:10.2307/2978638>
stoneg1("norm", 8, 3, -Inf, Inf)
stoneg1("norm", 8, 3, -Inf, Inf)
Computes the second risk measure due to Stone (1973)
stoneg2(spec, x0, k, a, b, ...)
stoneg2(spec, x0, k, a, b, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
x0 |
a real valued parameter, see Chan and Nadarajah for details |
k |
a positive valued parameter, 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 |
... |
other parameters |
A scalar, giving Stone (1973)'s second risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
B. K. Stone, A general class of three-parameter risk measuresm, The Journal of Finance, 28, 1973, 675-685 <DOI:10.2307/2978638>
stoneg2("norm", 8, 3, -Inf, Inf)
stoneg2("norm", 8, 3, -Inf, Inf)
Computes tail conditional median for a given ditribution
tcm(spec, alpha, ...)
tcm(spec, alpha, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
alpha |
the probabilities associated with tail conditional median |
... |
other parameters |
An object of the same length as alpha
, giving tail conditional medians computed.
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
S. Kou, X. Peng and C. C. Heyde, External risk measures and Basel accords, Mathematics of Operations Research, 38, 2013, 393-417 <DOI:10.1287/moor.1120.0577>
tcm("norm", 0.9)
tcm("norm", 0.9)
Computes value at risk for a given ditribution
varg(spec, alpha, ...)
varg(spec, alpha, ...)
spec |
a character string specifying the distribution (for example, "norm" corresponds to the standard normal) |
alpha |
the probabilities associated with values at risk |
... |
other parameters |
An object of the same length as alpha
, giving values at risk computed.
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
varg("norm", 0.9)
varg("norm", 0.9)
Computes the first risk measure due to Wang (1998)
wangg1(spec, alpha, a, b, ...)
wangg1(spec, alpha, a, b, ...)
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 |
... |
other parameters |
An object of the same length as alpha
, giving Wang (1998)'s first risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
S. Wang, An actuarial index of the right-tail risk, North American Actuarial Journal, 2, 1998, 88-101 <DOI:10.1080/10920277.1998.10595708>
wangg1("lnorm", 0.9, 0, Inf)
wangg1("lnorm", 0.9, 0, Inf)
Computes the second risk measure due to Wang (1998)
wangg2(spec, alpha, a, b, ...)
wangg2(spec, alpha, a, b, ...)
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 |
... |
other parameters |
An object of the same length as alpha
, giving Wang (1998)'s second risk measure of the distribution specified by spec
Stephen Chan, Saralees Nadarajah
S. Chan and S. Nadarajah, Risk: An R package for risk measures, submitted
S. Wang, An actuarial index of the right-tail risk, North American Actuarial Journal, 2, 1998, 88-101 <DOI:10.1080/10920277.1998.10595708>
wangg2("lnorm", 0.9, 0, Inf)
wangg2("lnorm", 0.9, 0, Inf)