|
typedef std::map< Number, Number > | Points |
|
|
| LinearFit (Points *points) |
|
| LinearFit (const LinearFit &fit) |
|
const LinearFit & | operator= (const LinearFit &fit) |
|
virtual void | fit () |
|
virtual void | fit (Points *points) |
|
const Number | getSlope () const |
|
const Number | getIntercept () const |
|
const Number | getRegressionCoefficient () const |
|
|
Points * | _points |
|
Number | _a |
| Slope.
|
|
Number | _b |
| Intercept.
|
|
Number | _r |
| Regression.
|
|
template<typename Number>
class LinearFit< Number >
Definition at line 7 of file LinearFit.h.
template<typename Number >
void LinearFit< Number >::fit |
( |
Points * |
points | ) |
|
|
virtual |
The documentation for this class was generated from the following file: