View source: R/dist_inverse_gamma.R
dist_inverse_gamma | R Documentation |
dist_inverse_gamma(shape, rate = 1/scale, scale)
shape , scale |
parameters. Must be strictly positive. |
rate |
an alternative way to specify the scale. |
actuar::InverseGamma
dist <- dist_inverse_gamma(shape = c(1,2,3,3), rate = c(1,1,1,2))
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.