1 #ifndef _theplu_yat_regression_naive_
2 #define _theplu_yat_regression_naive_
26 #include "OneDimensional.h"
35 namespace regression {
67 double predict(
const double x)
const;
74 double s2(
void)
const;
double predict(const double x) const
void fit(const utility::VectorBase &x, const utility::VectorBase &y)
virtual ~Naive(void)
The destructor.
This is the yat interface to GSL vector.
Definition: VectorBase.h:52
Interface Class for One Dimensional fitting.
Definition: OneDimensional.h:43
Naive(void)
The default constructor.
double standard_error2(const double x) const
Naive Regression.
Definition: Naive.h:43