64 void addData(
double x,
double y);
72 void addData(std::vector<double>& x, std::vector<double>& y);
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
double sum_xx_
total variation in x
Definition: LinearRegressionWithoutIntercept.h:83
This class offers functions to perform least-squares fits to a straight line model, .
Definition: LinearRegressionWithoutIntercept.h:51
double sum_xy_
sum of products
Definition: LinearRegressionWithoutIntercept.h:88
int n_
number of observations
Definition: LinearRegressionWithoutIntercept.h:93