Learn R Programming

distributional (version 0.2.1)

dist_poisson_inverse_gaussian: The Poisson-Inverse Gaussian distribution

Description

stable

Usage

dist_poisson_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::PoissonInverseGaussian

Examples

Run this code
# NOT RUN {
dist_poisson_inverse_gaussian(mean = rep(0.1, 3), shape = c(0.4, 0.8, 1))

# }

Run the code above in your browser using DataLab