Click or drag to resize

BoundedMultiVariableFunctionFitterM Methods

The BoundedMultiVariableFunctionFitterM type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this MultiVariableFunctionFitter.
(Inherited from MultiVariableFunctionFitterM)
Public methodFit(DoubleMatrix, DoubleVector, DoubleVector) Fits a function to the specified points.
(Inherited from MultiVariableFunctionFitterM)
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.
Public methodResidualVector Computes the residual vector from the given data points and solution.
(Inherited from MultiVariableFunctionFitterM)
Top
See Also