Click or drag to resize

ChiSquareDistribution(Double) Constructor

Initializes a new instance of the ChiSquareDistribution class using the specified degrees of freedom and the default generator.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ChiSquareDistribution(
	double f
)

Parameters

f  Double
Degrees of freedom.
See Also