Click or drag to resize

ErlangDistribution(Int32, Double, RandomGenerator) 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,
	RandomGenerator ran
)

Parameters

order  Int32
The Erlang order.
loc  Double
The location parameter.
ran  RandomGenerator
The random number generator to use.
See Also