Click or drag to resize

ChiDistributionInitialize Method

Initializes the distribution with the specified degrees of freedom.

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

Parameters

N  Int32
Degrees of freedom.
See Also