Click or drag to resize

ChiSquareDistribution(Double) Constructor

Initializes a new instance of the ChiSquareDistribution class.

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

Parameters

f  Double
The degrees of freedom.
See Also