|
linearleastsquares.hpp
Go to the documentation of this file.
Linear least squares calculations and properties. Definition: linearleastsquares.hpp:45 Scalar RSquared() const Coefficient of determination. Definition: linearleastsquares.hpp:153 Scalar evaluate(const Vector &x) const Evaluate regression model at input x vector. Definition: linearleastsquares.hpp:87 Scalar residualSumOfSquares() const Measure of the discrepancy between data and regression model. Definition: linearleastsquares.hpp:97 const Vector & x() const Read-only vector of calculated coefficient vector. Definition: linearleastsquares.hpp:76 Scalar explainedSumOfSquares() const Value for how well regression model represents the model. Definition: linearleastsquares.hpp:109 Scalar totalSumOfSquares() const Sum of all squared differences. Definition: linearleastsquares.hpp:131 void solve() Solve linear least squares system. Definition: linearleastsquares.hpp:66 LinearLeastSquares(const Matrix &A, const Vector &b) Constructor. Definition: linearleastsquares.hpp:56 static void multMatrixTransposed(const DenseMatrixA &A, const DenseMatrixB &B, DenseMatrixC &ret) calculates ret = A^T * B Definition: SmallDenseMatrixUtils.hpp:96 Definition: blackoilbioeffectsmodules.hh:45 |