source:
trunk/src/Regression.cc
@
235
Last change on this file since 235 was 235, checked in by , 18 years ago | |
---|---|
|
|
File size: 199 bytes |
Line | |
---|---|
1 | // $Id: Regression.cc 235 2005-02-21 14:53:48Z peter $ |
2 | |
3 | #include "Regression.h" |
4 | |
5 | namespace theplu { |
6 | namespace statistics { |
7 | |
8 | |
9 | Regression::Regression() |
10 | : x_(0.0), y_(0.0), y_err_(0.0) |
11 | { |
12 | } |
13 | |
14 | |
15 | |
16 | }} // of namespace statistics and namespace theplu |
Note: See TracBrowser
for help on using the repository browser.