ContingencyTable.GetMantelHaenszelTest Method

Returns the Mantel-Haenszel Chi-Square test for the contingency table.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public SimpleHypothesisTest GetMantelHaenszelTest()

Return Value

SimpleHypothesisTest
A hypothesis test based on the Mantel-Haenszel Chi-square value of the contingency table. The computed Chi-square value does not include a continuity correction.

See Also