Gadget
Classes | Enumerations
regressionline.h File Reference
#include "doublevector.h"
Include dependency graph for regressionline.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Enumeration Type Documentation

◆ LineType

enum LineType
Enumerator
FREE 
FIXEDSLOPE 
FIXEDINTERCEPT 
FIXED