Description Usage Arguments Value
View source: R/Gamma_Inference.r
For a random variable x, the density function of Inverse-Gamma distribution is defined as:
(rate^shape)/Gamma(shape) x^{-shape-1} exp(-rate/x)
1 |
x |
numeric, positive numeric values. |
shape |
numeric, the shape parameter of gamma distribution. |
scale |
numeric, the scale, or inverse-scale parameter of gamma distribution. The 'rate' parameter in Gamma is the 'scale' parameter in InvGamma |
LOG |
logical, return log density of LOG=TRUE, default TRUE. |
A numeric vector, the density values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.