ContingencyTable.GetLikelihoodRatioTest Method

Returns the likelihood ratio test for the contingency table.

Definition

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

Return Value

SimpleHypothesisTest
A hypothesis test based on the likelihood ratio of the contingency table.

See Also