50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


Distributacalcul (version 0.2.2)

V_IG: Variance of the Inverse Gaussian distribution

Description

Variance of the Inverse Gaussian distribution with mean μ and shape parameter β.

Usage

V_IG(mean, shape = dispersion * mean^2, dispersion = shape/mean^2)

Arguments

mean

mean (location) parameter μ, must be positive.

shape

shape parameter β, must be positive.

dispersion

alternative parameterization to the shape parameter, dispersion = 1 / rate.

Value

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.

Details

The Pareto distribution with rate parameter λ as well as shape parameter α has density: f(x)=αλα(λ+x)α+1 for xR+, α,λ>0.

See Also

Other Inverse Gaussian Distribution: E_IG(), Elim_IG(), Etronq_IG(), MGF_IG(), Mexcess_IG(), SL_IG(), TVaR_IG(), VaR_IG()

Examples

Run this code
# NOT RUN {
V_IG(mean = 2, shape = 5)

# }

Run the code above in your browser using DataLab