OpenMS
|
This is the complete list of members for LinearRegression, including all inherited members.
chi_squared_ | LinearRegression | protected |
computeChiSquare(Iterator x_begin, Iterator x_end, Iterator y_begin, double slope, double intercept) | LinearRegression | protected |
computeGoodness_(const std::vector< double > &X, const std::vector< double > &Y, double confidence_interval_P) | LinearRegression | protected |
computePointY(double x, double slope, double intercept) | LinearRegression | inlinestatic |
computeRegression(double confidence_interval_P, std::vector< double >::const_iterator x_begin, std::vector< double >::const_iterator x_end, std::vector< double >::const_iterator y_begin, bool compute_goodness=true) | LinearRegression | |
computeRegressionWeighted(double confidence_interval_P, std::vector< double >::const_iterator x_begin, std::vector< double >::const_iterator x_end, std::vector< double >::const_iterator y_begin, std::vector< double >::const_iterator w_begin, bool compute_goodness=true) | LinearRegression | |
computeWeightedChiSquare(Iterator x_begin, Iterator x_end, Iterator y_begin, Iterator w_begin, double slope, double intercept) | LinearRegression | protected |
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 |
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()=default | LinearRegression | virtual |