Click or drag to resize

ErlangDistribution(Int32, Double) Constructor

Initializes a new instance of the ErlangDistribution class.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ErlangDistribution(
	int order,
	double loc
)

Parameters

order  Int32
The Erlang order.
loc  Double
The location parameter.
See Also