Chemical Data Processing Library C++ API - Version 1.1.1
CDPL::Math::MLRModel< T > Member List

This is the complete list of members for CDPL::Math::MLRModel< T >, including all inherited members.

addXYData(const VectorExpression< V > &x_vars, ValueType y)CDPL::Math::MLRModel< T >
buildModel()CDPL::Math::MLRModel< T >
calcStatistics()CDPL::Math::MLRModel< T >
calcYValue(const VectorExpression< V > &x_vars) constCDPL::Math::MLRModel< T >
calcYValue(const VectorExpression< V > &x) constCDPL::Math::MLRModel< T >
clearDataSet()CDPL::Math::MLRModel< T >
getChiSquare() constCDPL::Math::MLRModel< T >
getCoefficients() constCDPL::Math::MLRModel< T >
getCorrelationCoefficient() constCDPL::Math::MLRModel< T >
getGoodnessOfFit() constCDPL::Math::MLRModel< T >
getStandardDeviation() constCDPL::Math::MLRModel< T >
getXMatrix()CDPL::Math::MLRModel< T >
getXMatrix() constCDPL::Math::MLRModel< T >
getYValues()CDPL::Math::MLRModel< T >
getYValues() constCDPL::Math::MLRModel< T >
MatrixType typedefCDPL::Math::MLRModel< T >
MLRModel()CDPL::Math::MLRModel< T >inline
operator()(const VectorExpression< V > &x_vars) constCDPL::Math::MLRModel< T >
operator()(const VectorExpression< V > &x) constCDPL::Math::MLRModel< T >
resizeDataSet(SizeType num_points, SizeType num_vars)CDPL::Math::MLRModel< T >
setXYData(SizeType i, const VectorExpression< V > &x_vars, ValueType y)CDPL::Math::MLRModel< T >
SizeType typedefCDPL::Math::MLRModel< T >
ValueType typedefCDPL::Math::MLRModel< T >
VectorType typedefCDPL::Math::MLRModel< T >