Click or drag to resize

ChiSquareDistribution(Double) Constructor

Constructs a ChiSquareDistribution instance with the given degrees of freedom.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ChiSquareDistribution(
	double df
)

Parameters

df  Double
The degrees of freedom of the distribution.
See Also