dinvGamma | R Documentation |
Compute the density of Inverse gamma distribution
dinvGamma(x, a, b, log = FALSE, normalize = TRUE)
x |
vector of quantiles |
a |
the shape parameter of the inverse gamma distribution |
b |
the scale parameter of the inverse gamm distribution |
log |
logical; if TRUE, probabilities p are given as log(p) |
normalize |
logical; if TRUE, the output will be normalized |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.