Click or drag to resize

BoundedMultiVariableFunctionFitterMFit Method

Overload List
 NameDescription
Public methodFit(DoubleMatrix, DoubleVector, DoubleVector) Fits a function to the specified points.
Public methodFit(DoubleMatrix, DoubleVector, DoubleVector, DoubleVector, DoubleVector) Fits a function to the specified points where the resulting function parameters satisfy the given inequality constriants
C#
parameterLowerBounds[i] < parameters[i] < parameterUpperBounds[i]
for each i.
Top
See Also