Click or drag to resize

PearsonsChiSquareTestUpdate(Double, Double) Method

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

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

Parameters

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