qinvGamma | R Documentation |
Compute the quantile function of Inverse gamma distribution
qinvGamma(p, a, b, lower.tail = TRUE, log.p = FALSE)
p |
vector of probabilities |
a |
the shape parameter of the inverse gamma distribution |
b |
the scale parameter of the inverse gamm distribution |
lower.tail |
logical; if TRUE (default), probabilities are P[X > x], otherwise, P[X <= x]. |
log.p |
logical; if FALSE (default) expect that |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.