ContingencyTable.GetChiSquareTest Method

Returns the Chi-Square test for the contingency table.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public SimpleHypothesisTest GetChiSquareTest()

Return Value

SimpleHypothesisTest
A hypothesis test based on the Chi-square value of the contingency table.

See Also