This is the complete list of members for CSG_Regression, including all inherited members.
_X_Transform(double y) | CSG_Regression | inlineprotected |
_Y_Transform(double x) | CSG_Regression | inlineprotected |
Add_Values(double x, double y) | CSG_Regression | |
asString(void) | CSG_Regression | |
Calculate(TSG_Regression_Type Type=REGRESSION_Linear, bool bStdError=false) | CSG_Regression | |
Calculate(int nValues, double *x, double *y, TSG_Regression_Type Type=REGRESSION_Linear, bool bStdError=false) | CSG_Regression | |
CSG_Regression(void) | CSG_Regression | |
Destroy(void) | CSG_Regression | |
Get_Coefficient(void) const | CSG_Regression | inline |
Get_Constant(void) const | CSG_Regression | inline |
Get_Count(void) const | CSG_Regression | inline |
Get_P(void) const | CSG_Regression | inline |
Get_R(void) const | CSG_Regression | inline |
Get_R2(void) const | CSG_Regression | inline |
Get_R2_Adj(void) const | CSG_Regression | inline |
Get_StdError(void) const | CSG_Regression | inline |
Get_Type(void) const | CSG_Regression | inline |
Get_Values(int i, double &x, double &y) const | CSG_Regression | inline |
Get_x(double y) const | CSG_Regression | |
Get_xMax(void) const | CSG_Regression | inline |
Get_xMean(void) const | CSG_Regression | inline |
Get_xMin(void) const | CSG_Regression | inline |
Get_xValue(int i) const | CSG_Regression | inline |
Get_xVariance(void) const | CSG_Regression | inline |
Get_y(double x) const | CSG_Regression | |
Get_yMax(void) const | CSG_Regression | inline |
Get_yMean(void) const | CSG_Regression | inline |
Get_yMin(void) const | CSG_Regression | inline |
Get_yValue(int i) const | CSG_Regression | inline |
Get_yVariance(void) const | CSG_Regression | inline |
m_P | CSG_Regression | protected |
m_R | CSG_Regression | protected |
m_R2 | CSG_Regression | protected |
m_R2_Adj | CSG_Regression | protected |
m_RCoeff | CSG_Regression | protected |
m_RConst | CSG_Regression | protected |
m_SE | CSG_Regression | protected |
m_Type | CSG_Regression | protected |
m_x | CSG_Regression | protected |
m_xMax | CSG_Regression | protected |
m_xMean | CSG_Regression | protected |
m_xMin | CSG_Regression | protected |
m_xVar | CSG_Regression | protected |
m_y | CSG_Regression | protected |
m_yMax | CSG_Regression | protected |
m_yMean | CSG_Regression | protected |
m_yMin | CSG_Regression | protected |
m_yVar | CSG_Regression | protected |
Set_Values(int nValues, double *x, double *y) | CSG_Regression | |
~CSG_Regression(void) | CSG_Regression | virtual |