Click or drag to resize

BinaryContingencyTableOperationsOddsRatio Property

Gets an estimate of the odds ratio in the underlying population.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public UncertainValue OddsRatio { get; }

Property Value

Type: UncertainValue
Remarks

For entries in the first row, the odds of landing in the first column are given by N[0,0] / N[0,1]. For entries in the second row, the odds of landing in the first column are given by N[1,0] / N[1,1]. The odds ratio is the ratio of these two odds. An odds ratio significantly different from 1 indicates a correlation between row and column values.

Note that the odds ratio is inverted under the exchange of rows or columns.

See Also