QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
LinearRegression Member List

This is the complete list of members for LinearRegression, including all inherited members.

a_GeneralLinearLeastSquaresprotected
calculate(xIterator xBegin, xIterator xEnd, yIterator yBegin, yIterator yEnd, vIterator vBegin)GeneralLinearLeastSquaresprotected
coefficients() constGeneralLinearLeastSquares
dim() constGeneralLinearLeastSquares
err_GeneralLinearLeastSquaresprotected
error() constGeneralLinearLeastSquares
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() constGeneralLinearLeastSquares
residuals_GeneralLinearLeastSquaresprotected
size() constGeneralLinearLeastSquares
standardErrors() constGeneralLinearLeastSquares
standardErrors_GeneralLinearLeastSquaresprotected