View source: R/dist_inverse_gaussian.R
dist_inverse_gaussian | R Documentation |
dist_inverse_gaussian(mean, shape)
mean , shape |
parameters. Must be strictly positive. Infinite values are supported. |
actuar::InverseGaussian
dist <- dist_inverse_gaussian(mean = c(1,1,1,3,3), shape = c(0.2, 1, 3, 0.2, 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.