Gamma(Double, Double) Constructor |
Initializes a new instance of the Gamma class.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Gamma(
double shape,
double rate
)
Parameters
- shape Double
- The shape (k, α) of the Gamma distribution. Range: α ≥ 0.
- rate Double
- The rate or inverse scale (β) of the Gamma distribution. Range: β ≥ 0.
See Also