Changeset 683 for trunk/yat/statistics/tScore.h
- Timestamp:
- Oct 12, 2006, 12:20:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/tScore.h
r680 r683 28 28 29 29 #include <gsl/gsl_cdf.h> 30 31 30 32 31 namespace theplu { … … 117 116 double p_value() const; 118 117 119 120 121 118 private: 122 119 double t_; … … 125 122 }; 126 123 127 }}} // of namespace statistics, yat and theplu124 }}} // of namespace statistics, yat, and theplu 128 125 129 126 #endif 130
Note: See TracChangeset
for help on using the changeset viewer.