Click or drag to resize

PearsonsChiSquareTestUpdate(Double, Double, Double) Method

Update the test with an externally derived chi-square statistic, the degrees of freedom and the alpha value

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Update(
	double chiSquareStatistic,
	double d,
	double alpha
)

Parameters

chiSquareStatistic  Double
chi-square statistic
d  Double
degrees of freedom
alpha  Double
alpha value
See Also