Click or drag to resize

PearsonsChiSquareTest(Double, 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,
	double df
)

Parameters

chiSquareStatistic  Double
The chi-square test statistic.
df  Double
The degrees of freedom.
Remarks
Perform a chi-square test in which the chi-square statistic has already been calculated. Use the default alpha to determine hypothesis accept/reject.
See Also