GammaExponential
final class GammaExponential(λ:Gamma) < Distribution<Real>
Gamma-exponential distribution.
Factory Functions
Name | Description |
---|---|
GammaExponential |
Member Variables
Name | Description |
---|---|
λ:Gamma | Rate. |
Factory Function Details
function GammaExponential(λ:Gamma) -> GammaExponential