Click or drag to resize

BoundedOneVariableFunctionFitterM Methods

The BoundedOneVariableFunctionFitterM type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this OneVariableFunctionFitter.
(Inherited from OneVariableFunctionFitterM)
Public methodFit(DoubleVector, DoubleVector, DoubleVector) Fits a function to the specified points.
(Inherited from OneVariableFunctionFitterM)
Public methodFit(DoubleVector, DoubleVector, DoubleVector, DoubleVector) Fits a function to the specified points.
(Inherited from OneVariableFunctionFitterM)
Public methodFit(DoubleVector, DoubleVector, DoubleVector, DoubleVector, DoubleVector) Fits a function to the specified points.
Public methodResidualVector Computes the residual vector from the given data points and solution.
(Inherited from OneVariableFunctionFitterM)
Public methodWeightedResidualVector Computes the residual vector from the given data points and solution.
(Inherited from OneVariableFunctionFitterM)
Top
See Also