Inverse Gamma |
The inverse gamma distribution is a two-parameter family of continuous probability distributions on the positive real line, which is the distribution of the reciprocal of a variable distributed according to the gamma distribution. It has a scale parameter θ and a shape parameter k.
This topic contains the following sections:
Constructor | Description | Performance |
---|---|---|
set parameters | Creates new instance of InverseGamma with user specified parameters. |
Method | Description | Performance |
---|---|---|
Probability density function. where Γ denotes the Gamma function. Static probability density function. | ||
cdf | Cumulative distribution function. Static cumulative distribution function. | |
inverse cdf | Inverse cumulative distribution function. Is useful for quantile calculation. Function will return value of random variable such that likelihood for this random variable to occur less than or equal to returned value equal to specified pvalue parameter. |
Property | Description | Performance |
---|---|---|
shape | Shape of the distribution. | |
scale | Scale of the distribution. | |
mean | Mean of the distribution. | |
mode | Mode of distribution. | |
kurtosis | Excess Kurtosis of distribution. | |
skewness | Skewness of distribution. | |
variance | Variance of the distribution. |