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