Changeset 526 for trunk/lib/statistics/tScore.cc
- Timestamp:
- Mar 1, 2006, 9:49:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/statistics/tScore.cc
r514 r526 61 61 (positive.n()+negative.n()-2); 62 62 t_=diff/sqrt(s2*(1.0/positive.sum_w()+1.0/negative.sum_w())); 63 assert(0);64 63 if (t_<0 && absolute_) 65 64 t_=-t_;
Note: See TracChangeset
for help on using the changeset viewer.