Gadget
|
#include "doublevector.h"
Go to the source code of this file.
Classes | |
class | Regression |
This is the base class used to fit a regression line to compare 2 vectors. More... | |
class | LinearRegression |
This is the class used to fit a linear regression line to compare 2 vectors. More... | |
class | LogLinearRegression |
This is the class used to fit a log linear regression line to compare 2 vectors. More... | |
class | WeightRegression |
This is the class used to fit a weighted linear regression line to compare 2 vectors. More... | |
class | LogWeightRegression |
This is the class used to fit a weighted log linear regression line to compare 2 vectors. More... | |
Enumerations | |
enum | LineType { FREE = 1 , FIXEDSLOPE , FIXEDINTERCEPT , FIXED } |
enum LineType |