This is the complete list of members for LinearRegression, including all inherited members.
| a_ | GeneralLinearLeastSquares | protected |
| calculate(xIterator xBegin, xIterator xEnd, yIterator yBegin, yIterator yEnd, vIterator vBegin) | GeneralLinearLeastSquares | protected |
| coefficients() const | GeneralLinearLeastSquares | |
| dim() const | GeneralLinearLeastSquares | |
| err_ | GeneralLinearLeastSquares | protected |
| error() const | GeneralLinearLeastSquares | |
| GeneralLinearLeastSquares(const xContainer &x, const yContainer &y, const vContainer &v) | GeneralLinearLeastSquares | |
| GeneralLinearLeastSquares(xIterator xBegin, xIterator xEnd, yIterator yBegin, yIterator yEnd, vIterator vBegin, vIterator vEnd) | GeneralLinearLeastSquares | |
| LinearRegression(const xContainer &x, const yContainer &y, Real intercept=1.0) | LinearRegression | |
| LinearRegression(const xContainer &x, const yContainer &y, const vContainer &v) | LinearRegression | |
| residuals() const | GeneralLinearLeastSquares | |
| residuals_ | GeneralLinearLeastSquares | protected |
| size() const | GeneralLinearLeastSquares | |
| standardErrors() const | GeneralLinearLeastSquares | |
| standardErrors_ | GeneralLinearLeastSquares | protected |