Last chance! 50% off unlimited learning
Sale ends in
Expected value of the Exponential distribution with
rate parameter
E_exp(rate = 1/scale, scale = 1/rate)
alternative parameterization to rate parameter, scale = 1 / rate.
Function :
MGF_exp
gives the moment generating function (MGF).
E_exp
gives the expected value.
V_exp
gives the variance.
kthmoment_exp
gives the kth moment.
Etronq_exp
gives the truncated mean.
SL_exp
gives the stop-loss.
Elim_exp
gives the limited mean.
Mexcess_exp
gives the mean excess loss.
TVaR_exp
gives the Tail Value-at-Risk.
VaR_exp
gives the Value-at-Risk.
Invalid parameter values will return an error detailing which parameter is problematic.
The Exponential distribution with rate parameter
Other Exponential Distribution:
Elim_exp()
,
Etronq_exp()
,
MGF_exp()
,
Mexcess_exp()
,
SL_exp()
,
TVaR_exp()
,
V_exp()
,
VaR_exp()
,
kthmoment_exp()
# NOT RUN {
# With scale parameter
E_exp(scale = 4)
# With rate parameter
E_exp(rate = 0.25)
# }
Run the code above in your browser using DataLab