Last chance! 50% off unlimited learning
Sale ends in
Variance of the Inverse Gaussian distribution with
mean
V_IG(mean, shape = dispersion * mean^2, dispersion = shape/mean^2)
mean (location) parameter
shape parameter
alternative parameterization to the shape parameter, dispersion = 1 / rate.
Function :
MGF_IG
gives the moment generating function (MGF).
E_IG
gives the expected value.
V_IG
gives the variance.
Etronq_IG
gives the truncated mean.
SL_IG
gives the stop-loss.
Elim_IG
gives the limited mean.
Mexcess_IG
gives the mean excess loss.
TVaR_IG
gives the Tail Value-at-Risk.
VaR_IG
gives the Value-at-Risk.
Invalid parameter values will return an error detailing which parameter is problematic.
The Pareto distribution with rate parameter
Other Inverse Gaussian Distribution:
E_IG()
,
Elim_IG()
,
Etronq_IG()
,
MGF_IG()
,
Mexcess_IG()
,
SL_IG()
,
TVaR_IG()
,
VaR_IG()
# NOT RUN {
V_IG(mean = 2, shape = 5)
# }
Run the code above in your browser using DataLab