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.
The moment generating function is defined for x <= lambda="" (2="" *="" nu^2)<="" code="">.
=>
Seshadri, D. N. (1989), The Inverse Gaussian Distribution: Statistical Theory and Applications, Springer.
invGauss in package SuppDists for the
density function, distribution function, quantile function and random
number generator.
minvGauss(2, 3, 4)
levinvGauss(10, 3, 4)
mgfinvGauss(0.2, 3, 4)
Run the code above in your browser using DataLab