Changeset 728 for trunk/yat/regression/Polynomial.cc
- Timestamp:
- Jan 4, 2007, 5:07:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/regression/Polynomial.cc
r727 r728 78 78 79 79 80 double Polynomial::s2(void) const 81 { 82 return chisq()/(ap_.n()-power_-1); 83 } 84 85 80 86 double Polynomial::standard_error2(const double x) const 81 87 {
Note: See TracChangeset
for help on using the changeset viewer.