Click or drag to resize

PearsonsChiSquareTestUpdate(Double) Method

Update the test with an externally derived chi-square statistic.

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

Parameters

chiSquareStatistic  Double
chi-square statistic
See Also