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

This is the complete list of members for LinearLeastSquaresRegression< ArgumentType >, 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
LinearLeastSquaresRegression(const std::vector< ArgumentType > &x, const std::vector< Real > &y, const std::vector< ext::function< Real(ArgumentType)> > &v)LinearLeastSquaresRegression< ArgumentType >
residuals() constGeneralLinearLeastSquares
residuals_GeneralLinearLeastSquaresprotected
size() constGeneralLinearLeastSquares
standardErrors() constGeneralLinearLeastSquares
standardErrors_GeneralLinearLeastSquaresprotected