Overload List
| Name | Description | |
|---|---|---|
| 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
parameterLowerBounds[i] < parameters[i] < parameterUpperBounds[i] |