Changeset 1621 for branches/0.4-stable/yat/statistics/Fisher.h
- Timestamp:
- Nov 10, 2008, 10:39:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4-stable/yat/statistics/Fisher.h
r1392 r1621 84 84 85 85 86 /// 87 /// @return Chi2 score 88 /// 86 /** 87 The Chi2 score is calculated as \f$ \sum 88 \frac{(O_i-E_i)^2}{E_i}\f$ where \a E is expected value and \a 89 O is observed value. 90 91 \return Chi2 score 92 */ 89 93 double Chi2(void) const; 90 94 … … 143 147 \end{tabular} \f] as \f$ \frac{ad}{bc} \f$ 144 148 149 Object will remember the values of \a a, \a b, \a c, and \a d. 150 145 151 @return odds ratio. 146 152
Note: See TracChangeset
for help on using the changeset viewer.