Changeset 1451
- Timestamp:
- Aug 28, 2008, 10:46:10 PM (14 years ago)
- Location:
- trunk/yat/statistics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/tTest.cc
r1437 r1451 54 54 } 55 55 56 57 void tTest::reset(void) 58 { 59 pos_.reset(); 60 neg_.reset(); 61 dof_=0; 62 t_=0; 63 updated_=false; 64 } 65 66 56 67 double tTest::score(void) 57 68 { -
trunk/yat/statistics/tTest.h
r1437 r1451 59 59 60 60 /** 61 \brief Set everything to zero 62 63 \since New in yat 0.5 64 */ 65 void reset(void); 66 67 /** 61 68 Calculates the t-score, i.e. the ratio between difference in 62 69 mean and standard deviation of this difference. The t-score is
Note: See TracChangeset
for help on using the changeset viewer.