invgamma | R Documentation |
Density, distribution function, quantile function and random
generation for the inverse-gamma distribution with shape alpha
and
scale beta
.
dinvgamma(x, alpha, beta, log_on = FALSE)
pinvgamma(q, alpha, beta, lower_tail = TRUE)
qinvgamma(p, alpha, beta, lower_tail = TRUE)
rinvgamma(n, alpha, beta)
x |
vector of values or quantiles. |
alpha |
shape parameter. |
beta |
scale parameter. |
log_on |
logical; if |
q |
vector of quantiles |
lower_tail |
logical; if |
p |
vector of probabilities. |
n |
number of observations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.