ScaledGammaPoisson
final class ScaledGammaPoisson(a:Expression<Real>, λ:Gamma) < Discrete
Scaled gamma-Poisson distribution.
Factory Functions
Name | Description |
---|---|
ScaledGammaPoisson |
Member Variables
Name | Description |
---|---|
a:Expression<Real> | Scale. |
λ:Gamma | Rate. |
Factory Function Details
function ScaledGammaPoisson(a:Expression<Real>, λ:Gamma) -> ScaledGammaPoisson