Class PearsonsChiSquareTest tests whether the frequency distribution of experimental outcomes are consistant with a particular theoretical distribution.

Namespace: CenterSpace.NMath.Stats
Assembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0

Syntax

C#
[SerializableAttribute]
public class PearsonsChiSquareTest : ICloneable
Visual Basic
<SerializableAttribute> _
Public Class PearsonsChiSquareTest _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class PearsonsChiSquareTest : ICloneable

Remarks

Pearson's chi-square test is the most well-known of chi-square tests which are statistical procedures whose results are evaluated by reference to the chi-square distribution. It tests a null hypothesis stating that the frequency distribution of experimental outcomes are consistant with a particular theoretical distribution. The events outcomes considered must be mutually exclusive and have a total probability of 1.

Inheritance Hierarchy

System..::..Object
  CenterSpace.NMath.Stats..::..PearsonsChiSquareTest

See Also