Constructs a ChiSquareDistribution instance with the given degrees of freedom.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public ChiSquareDistribution(
	double df
)
Visual Basic (Declaration)
Public Sub New ( _
	df As Double _
)
Visual C++
public:
ChiSquareDistribution(
	double df
)

Parameters

df
Type: System..::.Double
The degrees of freedom of the distribution.

See Also