Click or drag to resize

BinaryContingencyTableOperations Class

Exposes properties which are only defined for a 2 X 2 contingency table.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.StatisticsBinaryContingencyTableOperations

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class BinaryContingencyTableOperations

The BinaryContingencyTableOperations type exposes the following members.

Properties
  NameDescription
Public propertyLogOddsRatio
Gets an estimate of the log of the odds ratio in the underlying population.
Public propertyOddsRatio
Gets an estimate of the odds ratio in the underlying population.
Public propertyPhi
Gets the phi coefficient.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFisherExactTest
Performs a Fisher exact test.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMcNemarTest
Performs a McNemar test.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also