ErlangWithShapeScale Method |
Constructs a Erlang distribution from a shape and 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 WithShapeScale(
int shape,
double scale,
Random randomSource = null
)
Parameters
- shape Int32
- The shape (k) of the Erlang distribution. Range: k ≥ 0.
- scale Double
- The 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.WithShapeScale(System.Int32,System.Double,System.Random)"]
See Also