Click or drag to resize

MultipleCurveFitResidualEvaluate Method

Overload List
 NameDescription
Public methodEvaluate(Double) Evaluate the function at the point x.
Public methodEvaluate(DoubleMatrix, DoubleMatrix) Evaluate the function at the points X and place the results in Y.
Public methodEvaluate(DoubleVector, DoubleVector) Fills in the vector of residuals (differences) for the give set of parameters. If y-value weights have been specified the residuals are weighted (multiplied) by the square root of the corresponding weights. This is so that the each residual in the sum square error will be weighted by the weight instead of the weight squared.
Top
See Also