ErlangWithShapeRate Method |
Constructs a Erlang distribution from a shape and inverse scale parameter. The distribution will
be initialized with the default random number generator.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Erlang WithShapeRate(
int shape,
double rate,
Random randomSource = null
)
Parameters
- shape Int32
- The shape (k) of the Erlang distribution. Range: k ≥ 0.
- rate Double
- The rate or inverse scale (λ) of the Erlang distribution. Range: λ ≥ 0.
- randomSource Random (Optional)
- The random number generator which is used to draw random samples. Optional, can be null.
Return Value
Erlang[Missing <returns> documentation for "M:Altaxo.Calc.Distributions.Erlang.WithShapeRate(System.Int32,System.Double,System.Random)"]
See Also