InverseGammaGammaDistribution
final class InverseGammaGammaDistribution<Arg1, Arg2, Arg3>(k:Arg1, α:Arg2, β:Arg3) < Distribution<Real>
Inverse-gamma-gamma distribution.
Member Variables
| Name | Description |
|---|---|
| k:Arg1 | Shape. |
| α:Arg2 | Prior shape of scale. |
| β:Arg3 | Prior scale of scale. |