nu and
lambda.minvGauss(order, nu, lambda)
levinvGauss(limit, nu, lambda, order = 1)
mgfinvGauss(x, nu, lambda, log= FALSE)minvgauss(order, nu, lambda)
levinvgauss(limit, nu, lambda, order = 1)
mgfinvgauss(x, nu, lambda, log= FALSE)
order = 1 is
supported by levinvGauss.TRUE, the cumulant generating function
is returned.minvGauss gives the $k$th raw moment,
levinvGauss gives the $k$th moment of the limited loss
variable, and
mgfinvGauss gives the moment generating function in x.
Invalid arguments will result in return value NaN, with a warning.Seshadri, D. N. (1989), The Inverse Gaussian Distribution: Statistical Theory and Applications, Springer.
invGauss in package minvGauss(2, 3, 4)
levinvGauss(10, 3, 4)
mgfinvGauss(1,3,2)Run the code above in your browser using DataLab