Overload List

  NameDescription
Fit(DoubleMatrix, DoubleVector, DoubleVector)
Fits a function to the specified points.
(Inherited from MultiVariableFunctionFitter<(Of <(M>)>).)
Fit(DoubleMatrix, DoubleVector, DoubleVector, DoubleVector, DoubleVector)
Fits a function to the specified points where the resulting function parameters satisfy the given inequality constriants
CopyC#
parameterLowerBounds[i] < parameters[i] < parameterUpperBounds[i]
for each i.

See Also