Title: | Computation of Actuarial Measures Using Bell G Family |
---|---|
Description: | It computes two frequently applied actuarial measures, the expected shortfall and the value at risk. Seven well-known classical distributions in connection to the Bell generalized family are used as follows: Bell-exponential distribution, Bell-extended exponential distribution, Bell-Weibull distribution, Bell-extended Weibull distribution, Bell-Lomax distribution, Bell-Burr-12 distribution, and Bell-Burr-X distribution. Related works include: a) Fayomi, A., Tahir, M. H., Algarni, A., Imran, M., & Jamal, F. (2022). "A new useful exponential model with applications to quality control and actuarial data". Computational Intelligence and Neuroscience, 2022. <doi:10.1155/2022/2489998>. b) Alsadat, N., Imran, M., Tahir, M. H., Jamal, F., Ahmad, H., & Elgarhy, M. (2023). "Compounded Bell-G class of statistical models with applications to COVID-19 and actuarial data". Open Physics, 21(1), 20220242. <doi:10.1515/phys-2022-0242>. |
Authors: | Muhammad Imran [aut, cre], M.H. Tahir [aut], Saima Shakoor [aut] |
Maintainer: | Muhammad Imran <[email protected]> |
License: | GPL (>= 2) |
Version: | 0.1.0 |
Built: | 2025-03-08 04:45:46 UTC |
Source: | https://github.com/cran/ActuarialM |
Evaluates the value at risk (VaR) and expected shortfall (ES) of seven well-known probability distributions in connection with the Bell G family of distributions.
Package: | ActuarialM |
Type: | Package |
Version: | 0.1.0 |
Date: | 2023-05-15 |
License: | GPL-2 |
Muhammad Imran <[email protected]>
Muhammad Imran <[email protected]>, M.H. Tahir <[email protected]> and Saima Shakoor <[email protected]>.
Fayomi, A., Tahir, M. H., Algarni, A., Imran, M., & Jamal, F. (2022). A new useful exponential model with applications to quality control and actuarial data. Computational Intelligence and Neuroscience, 2022. <doi:10.1155/2022/2489998>.
Alsadat, N., Imran, M., Tahir, M. H., Jamal, F., Ahmad, H., & Elgarhy, M. (2023). Compounded Bell-G class of statistical models with applications to COVID-19 and actuarial data. Open Physics, 21(1), 20220242. <doi:10.1155/2022/2489998>.
Computes the value at risk and expected shortfall based on the Bell Burr-12 (BellB12) distribution. The CDF of the Bell G family is as follows:
where K(x) represents the baseline Burr-12 CDF, it is given by
By setting K(x) in the above Equation, yields the CDF of the BellB12 distribution. The following expression can be used to calculate the VaR:
where . The ES can be computed from the following expression:
vBellB12(p, a, b, k, lambda, log.p = FALSE, lower.tail = TRUE) eBellB12(p, a, b, k, lambda)
vBellB12(p, a, b, k, lambda, log.p = FALSE, lower.tail = TRUE) eBellB12(p, a, b, k, lambda)
p |
A vector of probablities |
lambda |
The strictly positive parameter of the Bell G family ( |
a |
The strictly positive scale parameter of the baseline Burr-12 distribution ( |
b |
The strictly positive shape parameter of the baseline Burr-12 distribution ( |
k |
The strictly positive shape parameter of the baseline Burr-12 distribution ( |
lower.tail |
if FALSE then 1-H(x) are returned and quantiles are computed for 1-p. |
log.p |
if TRUE then log(H(x)) are returned and quantiles are computed for exp(p). |
The functions allow to compute the value at risk and the expected shortfall of the BellB12 distribution.
vBellB12 gives the value at risk. eBellB12 gives the expected shortfall.
Muhammad Imran and M.H. Tahir.
R implementation and documentation: Muhammad Imran [email protected] and M.H. Tahir [email protected].
Fayomi, A., Tahir, M. H., Algarni, A., Imran, M., & Jamal, F. (2022). A new useful exponential model with applications to quality control and actuarial data. Computational Intelligence and Neuroscience, 2022.
Alsadat, N., Imran, M., Tahir, M. H., Jamal, F., Ahmad, H., & Elgarhy, M. (2023). Compounded Bell-G class of statistical models with applications to COVID-19 and actuarial data. Open Physics, 21(1), 20220242.
Zimmer, W. J., Keats, J. B., & Wang, F. K. (1998). The Burr XII distribution in reliability analysis. Journal of quality technology, 30(4), 386-394.
p=runif(10,min=0,max=1) vBellB12(p,1,1,2,1.2) eBellB12(p,1,1,2,1.2)
p=runif(10,min=0,max=1) vBellB12(p,1,1,2,1.2) eBellB12(p,1,1,2,1.2)
Computes the value at risk and expected shortfall based on the Bell Burr-X (BellBX) distribution. The CDF of the Bell G family is as follows:
where K(x) represents the baseline Burr-X CDF, it is given by
By setting K(x) in the above Equation, yields the CDF of the BellBX distribution. The following expression can be used to calculate the VaR:
where . The ES can be computed from the following expression:
vBellBX(p, a, lambda, log.p = FALSE, lower.tail = TRUE) eBellBX(p, a, lambda)
vBellBX(p, a, lambda, log.p = FALSE, lower.tail = TRUE) eBellBX(p, a, lambda)
p |
A vector of probablities |
lambda |
The strictly positive parameter of the Bell G family ( |
a |
The strictly positive scale parameter of the baseline Burr-X distribution ( |
lower.tail |
if FALSE then 1-H(x) are returned and quantiles are computed for 1-p. |
log.p |
if TRUE then log(H(x)) are returned and quantiles are computed for exp(p). |
The functions allow to compute the value at risk and the expected shortfall of the BellBX distribution.
vBellBX gives the value at risk. eBellBX gives the expected shortfall.
Muhammad Imran and M.H. Tahir.
R implementation and documentation: Muhammad Imran [email protected] and M.H. Tahir [email protected].
Fayomi, A., Tahir, M. H., Algarni, A., Imran, M., & Jamal, F. (2022). A new useful exponential model with applications to quality control and actuarial data. Computational Intelligence and Neuroscience, 2022.
Alsadat, N., Imran, M., Tahir, M. H., Jamal, F., Ahmad, H., & Elgarhy, M. (2023). Compounded Bell-G class of statistical models with applications to COVID-19 and actuarial data. Open Physics, 21(1), 20220242.
Kleiber, C., & Kotz, S. (2003). Statistical size distributions in economics and actuarial sciences. John Wiley & Sons.
p=runif(10,min=0,max=1) vBellBX(p,1.2,2) eBellBX(p,1.2,2)
p=runif(10,min=0,max=1) vBellBX(p,1.2,2) eBellBX(p,1.2,2)
Computes the value at risk and expected shortfall based on the Bell exponential (BellE) distribution. The CDF of the Bell G family is as follows:
where K(x) represents the baseline exponential CDF, it is given by
By setting K(x) in the above Equation, yields the CDF of the BellE distribution. The following expression can be used to calculate the VaR:
The ES can be computed from the following expression:
vBellE(p, alpha, lambda, log.p = FALSE, lower.tail = TRUE) eBellE(p, alpha, lambda)
vBellE(p, alpha, lambda, log.p = FALSE, lower.tail = TRUE) eBellE(p, alpha, lambda)
p |
A vector of probablities |
lambda |
The strictly positive parameter of the Bell G family of distributions |
alpha |
The strictly positive scale parameter of the baseline exponential distribution ( |
lower.tail |
if FALSE then 1-H(x) are returned and quantiles are computed for 1-p. |
log.p |
if TRUE then log(H(x)) are returned and quantiles are computed for exp(p). |
The functions allow to compute the value at risk and the expected shortfall of the BellE distribution.
vBellE gives the values at risk. eBellE gives the expected shortfall.
Muhammad Imran and M.H. Tahir.
R implementation and documentation: Muhammad Imran [email protected] and M.H. Tahir [email protected].
Fayomi, A., Tahir, M. H., Algarni, A., Imran, M., & Jamal, F. (2022). A new useful exponential model with applications to quality control and actuarial data. Computational Intelligence and Neuroscience, 2022.
Alsadat, N., Imran, M., Tahir, M. H., Jamal, F., Ahmad, H., & Elgarhy, M. (2023). Compounded Bell-G class of statistical models with applications to COVID-19 and actuarial data. Open Physics, 21(1), 20220242.
Nadarajah, S. (2011). The exponentiated exponential distribution: a survey. AStA Advances in Statistical Analysis, 95, 219-251.
p=runif(10,min=0,max=1) vBellE(p,1,1.2) eBellE(p,1,1.2)
p=runif(10,min=0,max=1) vBellE(p,1,1.2) eBellE(p,1,1.2)
Computes the value at risk and expected shortfall based on the Bell exponentiated exponential (BellEE) distribution. The CDF of the Bell G family is as follows:
where K(x) represents the baseline exponentiated exponential CDF, it is given by
By setting K(x) in the above Equation, yields the CDF of the BellEE distribution. The following expression can be used to calculate the VaR:
where . The ES can be computed from the following expression:
vBellEE(p, alpha, beta, lambda, log.p = FALSE, lower.tail = TRUE) eBellEE(p, alpha, beta, lambda)
vBellEE(p, alpha, beta, lambda, log.p = FALSE, lower.tail = TRUE) eBellEE(p, alpha, beta, lambda)
p |
A vector of probablities |
lambda |
The strictly positive parameter of the Bell G family of distributions |
alpha |
The strictly positive scale parameter of the baseline exponentiated exponential distribution ( |
beta |
The strictly positive shape parameter of the baseline exponentiated exponential distribution ( |
lower.tail |
if FALSE then 1-H(x) are returned and quantiles are computed for 1-p. |
log.p |
if TRUE then log(H(x)) are returned and quantiles are computed for exp(p). |
The functions allow to compute the value at risk and the expected shortfall of the BellEE distribution.
vBellEE gives the value at risk. eBellEE gives the expected shortfall.
Muhammad Imran and M.H. Tahir.
R implementation and documentation: Muhammad Imran [email protected] and M.H. Tahir [email protected].
Fayomi, A., Tahir, M. H., Algarni, A., Imran, M., & Jamal, F. (2022). A new useful exponential model with applications to quality control and actuarial data. Computational Intelligence and Neuroscience, 2022.
Alsadat, N., Imran, M., Tahir, M. H., Jamal, F., Ahmad, H., & Elgarhy, M. (2023). Compounded Bell-G class of statistical models with applications to COVID-19 and actuarial data. Open Physics, 21(1), 20220242.
Nadarajah, S. (2011). The exponentiated exponential distribution: a survey. AStA Advances in Statistical Analysis, 95, 219-251.
p=runif(10,min=0,max=1) vBellEE(p,1,1.2,2) eBellEE(p,1,1.2,2)
p=runif(10,min=0,max=1) vBellEE(p,1,1.2,2) eBellEE(p,1,1.2,2)
Computes the value at risk and expected shortfall based on the Bell exponentiated Weibull (BellEW) distribution. The CDF of the Bell G family is as follows:
where K(x) represents the baseline exponentiated Weibull CDF, it is given by
By setting K(x) in the above Equation, yields the CDF of the BellEW distribution. The following expression can be used to calculate the VaR:
where . The ES can be computed from the following expression:
vBellEW(p, alpha, beta, theta,lambda, log.p = FALSE, lower.tail = TRUE) eBellEW(p, alpha, beta, theta,lambda)
vBellEW(p, alpha, beta, theta,lambda, log.p = FALSE, lower.tail = TRUE) eBellEW(p, alpha, beta, theta,lambda)
p |
A vector of probablities |
lambda |
The strictly positive parameter of the Bell G family of distributions |
alpha |
The strictly positive scale parameter of the baseline exponentiated Weibull distribution ( |
beta |
The strictly positive shape parameter of the baseline exponentiated Weibull distribution ( |
theta |
The strictly positive shape parameter of the baseline exponentiated Weibull distribution ( |
lower.tail |
if FALSE then 1-H(x) are returned and quantiles are computed for 1-p. |
log.p |
if TRUE then log(H(x)) are returned and quantiles are computed for exp(p). |
The functions allow to compute the value at risk and the expected shortfall of the BellEW distribution.
vBellEW gives the value at risk. eBellEW gives the expected shortfall.
Muhammad Imran and M.H. Tahir.
R implementation and documentation: Muhammad Imran [email protected] and M.H. Tahir [email protected].
Fayomi, A., Tahir, M. H., Algarni, A., Imran, M., & Jamal, F. (2022). A new useful exponential model with applications to quality control and actuarial data. Computational Intelligence and Neuroscience, 2022.
Alsadat, N., Imran, M., Tahir, M. H., Jamal, F., Ahmad, H., & Elgarhy, M. (2023). Compounded Bell-G class of statistical models with applications to COVID-19 and actuarial data. Open Physics, 21(1), 20220242.
Nadarajah, S., Cordeiro, G. M., & Ortega, E. M. (2013). The exponentiated Weibull distribution: a survey. Statistical Papers, 54, 839-877.
p=runif(10,min=0,max=1) vBellEW(p,1,1,2,1) eBellEW(p,1,1,2,1)
p=runif(10,min=0,max=1) vBellEW(p,1,1,2,1) eBellEW(p,1,1,2,1)
Computes the value at risk and expected shortfall based on the Bell Lomax (BellL) distribution. The CDF of the Bell G family is as follows:
where K(x) represents the baseline Lomax CDF, it is given by
By setting K(x) in the above Equation, yields the CDF of the BellL distribution. The following expression can be used to calculate the VaR:
where . The ES can be computed from the following expression:
vBellL(p, b, q, lambda, log.p = FALSE, lower.tail = TRUE) eBellL(p, b, q, lambda)
vBellL(p, b, q, lambda, log.p = FALSE, lower.tail = TRUE) eBellL(p, b, q, lambda)
p |
A vector of probablities |
lambda |
The strictly positive parameter of the Bell G family ( |
b |
The strictly positive scale parameter of the baseline Lomax distribution ( |
q |
The strictly positive shape parameter of the baseline Lomax distribution ( |
lower.tail |
if FALSE then 1-H(x) are returned and quantiles are computed for 1-p. |
log.p |
if TRUE then log(H(x)) are returned and quantiles are computed for exp(p). |
The functions allow to compute the value at risk and the expected shortfall of the BellL distribution.
vBellL gives the values at risk. eBellL gives the expected shortfall.
Muhammad Imran and M.H. Tahir.
R implementation and documentation: Muhammad Imran [email protected] and M.H. Tahir [email protected].
Fayomi, A., Tahir, M. H., Algarni, A., Imran, M., & Jamal, F. (2022). A new useful exponential model with applications to quality control and actuarial data. Computational Intelligence and Neuroscience, 2022.
Alsadat, N., Imran, M., Tahir, M. H., Jamal, F., Ahmad, H., & Elgarhy, M. (2023). Compounded Bell-G class of statistical models with applications to COVID-19 and actuarial data. Open Physics, 21(1), 20220242.
Kleiber, C., & Kotz, S. (2003). Statistical size distributions in economics and actuarial sciences. John Wiley & Sons.
p=runif(10,min=0,max=1) vBellL(p,1,1,2) eBellL(p,1,1,2)
p=runif(10,min=0,max=1) vBellL(p,1,1,2) eBellL(p,1,1,2)
Computes the value at risk and expected shortfall based on the Bell Weibull (BellW) distribution. The CDF of the Bell G family is as follows:
where K(x) represents the baseline Weibull CDF, it is given by
By setting K(x) in the above Equation, yields the CDF of the BellW distribution. The following expression can be used to calculate the VaR:
The ES can be computed from the following expression:
vBellW(p, alpha, beta, lambda, log.p = FALSE, lower.tail = TRUE) eBellW(p, alpha, beta, lambda)
vBellW(p, alpha, beta, lambda, log.p = FALSE, lower.tail = TRUE) eBellW(p, alpha, beta, lambda)
p |
A vector of probablities |
lambda |
The strictly positive parameter of the Bell G family of distributions |
alpha |
The strictly positive scale parameter of the baseline Weibull distribution ( |
beta |
The strictly positive shape parameter of the baseline Weibull distribution ( |
lower.tail |
if FALSE then 1-H(x) are returned and quantiles are computed for 1-p. |
log.p |
if TRUE then log(H(x)) are returned and quantiles are computed for exp(p). |
The functions allow to compute the value at risk and the expected shortfall of the BellW distribution.
vBellW gives the values at risk. eBellW gives the expected shortfall.
Muhammad Imran and M.H. Tahir.
R implementation and documentation: Muhammad Imran [email protected] and M.H. Tahir [email protected].
Fayomi, A., Tahir, M. H., Algarni, A., Imran, M., & Jamal, F. (2022). A new useful exponential model with applications to quality control and actuarial data. Computational Intelligence and Neuroscience, 2022.
Alsadat, N., Imran, M., Tahir, M. H., Jamal, F., Ahmad, H., & Elgarhy, M. (2023). Compounded Bell-G class of statistical models with applications to COVID-19 and actuarial data. Open Physics, 21(1), 20220242.
Hallinan Jr, A. J. (1993). A review of the Weibull distribution. Journal of Quality Technology, 25(2), 85-93.
Rinne, H. (2008). The Weibull distribution: a handbook. CRC press.
p=runif(10,min=0,max=1) vBellW(p,1,2,1) eBellW(p,1,2,1)
p=runif(10,min=0,max=1) vBellW(p,1,2,1) eBellW(p,1,2,1)