Click or drag to resize

PearsonsChiSquareTestUpdate(Int32) 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
)

Parameters

contingencyTable  Int32

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

See Also