Default constructor. Constructs a PearsonsChiSquareTest instance with the default degrees of freedom and default alpha.

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

Syntax

C#
public PearsonsChiSquareTest()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
PearsonsChiSquareTest()

Remarks

The chi square statistic must be calculated or supplied before meaningful p values can be calculated.

See Also