Last chance! 50% off unlimited learning
Sale ends in
Stop-loss of the Burr distribution with shape parameters
SL_burr(d, shape1, shape2, rate = 1/scale, scale = 1/rate)
cut-off value.
first shape parameter
second shape parameter
alternative parameterization to rate parameter, scale = 1 / rate.
Function :
E_burr
gives the expected value.
V_burr
gives the variance.
kthmoment_burr
gives the kth moment.
Etronq_burr
gives the truncated mean.
SL_burr
gives the stop-loss.
Elim_burr
gives the limited mean.
Mexcess_burr
gives the mean excess loss.
TVaR_burr
gives the Tail Value-at-Risk.
VaR_burr
gives the Value-at-Risk.
Invalid parameter values will return an error detailing which parameter is problematic.
The Burr distribution with rate parameter
Other Burr Distribution:
E_burr()
,
Elim_burr()
,
Etronq_burr()
,
Mexcess_burr()
,
TVaR_burr()
,
V_burr()
,
VaR_burr()
,
kthmoment_burr()
# NOT RUN {
# With scale parameter
SL_burr(d = 2, rate = 2, shape1 = 2, shape2 = 5)
# With rate parameter
SL_burr(d = 2, scale = 0.5, shape1 = 2, shape2 = 5)
# }
Run the code above in your browser using DataLab