Click or drag to resize

PearsonsChiSquareTestUpdate(Int32, Boolean) Method

Update contigency table for the test of independence between two variables.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Update(
	int[,] contingencyTable,
	bool isYatesCorrected
)

Parameters

contingencyTable  Int32

[Missing <param name="contingencyTable"/> documentation for "M:CenterSpace.NMath.Core.PearsonsChiSquareTest.Update(System.Int32[0:,0:],System.Boolean)"]

isYatesCorrected  Boolean
Use Yates correction for 2 × 2 contingency tables.
See Also