Loading [MathJax]/extensions/tex2jax.js
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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