Learn R Programming

distributional (version 0.2.1)

dist_inverse_gaussian: The Inverse Gaussian distribution

Description

stable

Usage

dist_inverse_gaussian(mean, shape)

Arguments

mean

parameters. Must be strictly positive. Infinite values are supported.

shape

parameters. Must be strictly positive. Infinite values are supported.

See Also

actuar::InverseGaussian

Examples

Run this code
# NOT RUN {
dist_inverse_gaussian(mean = c(1,1,1,3,3), shape = c(0.2, 1, 3, 0.2, 1))

# }

Run the code above in your browser using DataLab