__call__(ConstFVectorExpression x_vars) | CDPL.Math.FMLRModel | |
__call__(ConstDVectorExpression x_vars) | CDPL.Math.FMLRModel | |
__call__(ConstLVectorExpression x_vars) | CDPL.Math.FMLRModel | |
__call__(ConstULVectorExpression x_vars) | CDPL.Math.FMLRModel | |
__init__() | CDPL.Math.FMLRModel | |
__init__(FMLRModel model) | CDPL.Math.FMLRModel | |
addXYData(ConstFVectorExpression x_vars, float y) | CDPL.Math.FMLRModel | |
addXYData(ConstDVectorExpression x_vars, float y) | CDPL.Math.FMLRModel | |
addXYData(ConstLVectorExpression x_vars, float y) | CDPL.Math.FMLRModel | |
addXYData(ConstULVectorExpression x_vars, float y) | CDPL.Math.FMLRModel | |
assign(FMLRModel model) | CDPL.Math.FMLRModel | |
buildModel() | CDPL.Math.FMLRModel | |
calcStatistics() | CDPL.Math.FMLRModel | |
calcYValue(ConstFVectorExpression x_vars) | CDPL.Math.FMLRModel | |
calcYValue(ConstDVectorExpression x_vars) | CDPL.Math.FMLRModel | |
calcYValue(ConstLVectorExpression x_vars) | CDPL.Math.FMLRModel | |
calcYValue(ConstULVectorExpression x_vars) | CDPL.Math.FMLRModel | |
chiSquare (defined in CDPL.Math.FMLRModel) | CDPL.Math.FMLRModel | static |
clearDataSet() | CDPL.Math.FMLRModel | |
coefficients (defined in CDPL.Math.FMLRModel) | CDPL.Math.FMLRModel | static |
correlationCoefficient (defined in CDPL.Math.FMLRModel) | CDPL.Math.FMLRModel | static |
getChiSquare() | CDPL.Math.FMLRModel | |
getCoefficients() | CDPL.Math.FMLRModel | |
getCorrelationCoefficient() | CDPL.Math.FMLRModel | |
getGoodnessOfFit() | CDPL.Math.FMLRModel | |
getObjectID() | CDPL.Math.FMLRModel | |
getStandardDeviation() | CDPL.Math.FMLRModel | |
getXMatrix() | CDPL.Math.FMLRModel | |
getYValues() | CDPL.Math.FMLRModel | |
goodnessOfFit (defined in CDPL.Math.FMLRModel) | CDPL.Math.FMLRModel | static |
objectID (defined in CDPL.Math.FMLRModel) | CDPL.Math.FMLRModel | static |
resizeDataSet(int num_points, int num_vars) | CDPL.Math.FMLRModel | |
setXYData(int i, ConstFVectorExpression x_vars, float y) | CDPL.Math.FMLRModel | |
setXYData(int i, ConstDVectorExpression x_vars, float y) | CDPL.Math.FMLRModel | |
setXYData(int i, ConstLVectorExpression x_vars, float y) | CDPL.Math.FMLRModel | |
setXYData(int i, ConstULVectorExpression x_vars, float y) | CDPL.Math.FMLRModel | |
standardDeviation (defined in CDPL.Math.FMLRModel) | CDPL.Math.FMLRModel | static |
xMatrix (defined in CDPL.Math.FMLRModel) | CDPL.Math.FMLRModel | static |
yValues (defined in CDPL.Math.FMLRModel) | CDPL.Math.FMLRModel | static |