source: trunk/src/Regression.cc @ 235

Last change on this file since 235 was 235, checked in by Peter, 18 years ago

Major modifications

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 199 bytes
Line 
1// $Id: Regression.cc 235 2005-02-21 14:53:48Z peter $
2
3#include "Regression.h"
4
5namespace theplu {
6namespace 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.