View source: R/dist_poisson_inverse_gaussian.R
dist_poisson_inverse_gaussian | R Documentation |
dist_poisson_inverse_gaussian(mean, shape)
mean , shape |
parameters. Must be strictly positive. Infinite values are supported. |
actuar::PoissonInverseGaussian
dist <- dist_poisson_inverse_gaussian(mean = rep(0.1, 3), shape = c(0.4, 0.8, 1))
dist
mean(dist)
variance(dist)
support(dist)
generate(dist, 10)
density(dist, 2)
density(dist, 2, log = TRUE)
cdf(dist, 4)
quantile(dist, 0.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.