Click or drag to resize

ErlangDistributionInitialize Method

Initializes the distribution with the specified order and rate parameter.

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

Parameters

order  Int32
The (integer) order of the Erlang distribution.
lambda  Double
The rate parameter (must be non-zero).
See Also