Click or drag to resize

ErlangDistribution(Int32, Double, Generator) Constructor

Initializes a new instance of the ErlangDistribution class with the given parameters and generator.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ErlangDistribution(
	int order,
	double lambda,
	Generator ran
)

Parameters

order  Int32
The (integer) order of the Erlang distribution.
lambda  Double
The rate parameter.
ran  Generator
A Generator object.
See Also