BinaryContingencyTableOperations Class

Exposes properties which are only defined for a 2 X 2 contingency table.

Definition

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public sealed class BinaryContingencyTableOperations
Inheritance
Object    BinaryContingencyTableOperations

Properties

LogOddsRatio Gets an estimate of the log of the odds ratio in the underlying population.
OddsRatio Gets an estimate of the odds ratio in the underlying population.
Phi Gets the phi coefficient.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FisherExactTest Performs a Fisher exact test.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
McNemarTest Performs a McNemar test.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also