Click or drag to resize

PearsonsChiSquareTest(Double) Constructor

Constructs a PearsonsChiSquareTest from the given value of the test statistic.

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

Parameters

chiSquareStatistic  Double
The chi-square test statistic.
Remarks
Determine the goodness of fit of a chi-square statistic and assume that the degrees of freedom is one, meaning that each experiment run has but two possible outcomes.
See Also