This is the complete list of members for LinearRegression, including all inherited members.
chi_squared_ | LinearRegression | protected |
computeGoodness_(double *X, double *Y, int N, double confidence_interval_P) | LinearRegression | protected |
computeRegression(double confidence_interval_P, Iterator x_begin, Iterator x_end, Iterator y_begin) | LinearRegression | |
computeRegressionNoIntercept(double confidence_interval_P, Iterator x_begin, Iterator x_end, Iterator y_begin) | LinearRegression | |
computeRegressionWeighted(double confidence_interval_P, Iterator x_begin, Iterator x_end, Iterator y_begin, Iterator w_begin) | LinearRegression | |
getChiSquared() const | LinearRegression | |
getIntercept() const | LinearRegression | |
getLower() const | LinearRegression | |
getMeanRes() const | LinearRegression | |
getRSD() const | LinearRegression | |
getRSquared() const | LinearRegression | |
getSlope() const | LinearRegression | |
getStandDevRes() const | LinearRegression | |
getStandErrSlope() const | LinearRegression | |
getTValue() const | LinearRegression | |
getUpper() const | LinearRegression | |
getXIntercept() const | LinearRegression | |
intercept_ | LinearRegression | protected |
iteratorRange2Arrays_(Iterator x_begin, Iterator x_end, Iterator y_begin, double *x_array, double *y_array) | LinearRegression | protected |
iteratorRange3Arrays_(Iterator x_begin, Iterator x_end, Iterator y_begin, Iterator w_begin, double *x_array, double *y_array, double *w_array) | LinearRegression | protected |
LinearRegression() | LinearRegression | inline |
LinearRegression(const LinearRegression &arg) | LinearRegression | private |
lower_ | LinearRegression | protected |
mean_residuals_ | LinearRegression | protected |
operator=(const LinearRegression &arg) | LinearRegression | private |
r_squared_ | LinearRegression | protected |
rsd_ | LinearRegression | protected |
slope_ | LinearRegression | protected |
stand_dev_residuals_ | LinearRegression | protected |
stand_error_slope_ | LinearRegression | protected |
t_star_ | LinearRegression | protected |
upper_ | LinearRegression | protected |
x_intercept_ | LinearRegression | protected |
~LinearRegression() | LinearRegression | inlinevirtual |