public UncertainValue OddsRatio { get; }
Public ReadOnly Property OddsRatio As UncertainValue
Get
public:
property UncertainValue OddsRatio {
UncertainValue get ();
}
member OddsRatio : UncertainValue with get
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.