Click or drag to resize

ErlangDistributionSetOrder Method

Sets the order and location parameters for the distribution.

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

Parameters

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