
Moment Generating Function (MGF) of the Exponential
distribution with rate parameter
MGF_exp(t, rate = 1/scale, scale = 1/rate)
t.
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:
E_exp()
,
Elim_exp()
,
Etronq_exp()
,
Mexcess_exp()
,
SL_exp()
,
TVaR_exp()
,
V_exp()
,
VaR_exp()
,
kthmoment_exp()
# NOT RUN {
MGF_exp(t = 1, rate = 5)
# }
Run the code above in your browser using DataLab