Click or drag to resize

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

Parameters

chiSquareStatistic  Double
The chi-square test statistic.
df  Double
The degrees of freedom.
alpha  Double
Statistical significance threshold.
Remarks
Perform a chi-square test in which the chi-square statistic has already been calculated.
See Also