Class MultiVariableFunctionFitter fits a generalized multivariable function to a set of points.
The MultiVariableFunctionFitter<(Of <(M>)>)..::.ResidualFunction generic type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MultiVariableFunctionFitter<(Of <(M>)>)..::.ResidualFunction |
Constructs a ResidualFunction instance.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Evaluate | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Jacobian | Overloaded. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CentralDifferenceDelta |
Sets the delta for using the central difference method for
approximating the Jacobian. The Jacobian will be approximated
only if the deriving class does not override
the Jacobian method.
(Inherited from DoubleMultiVariableFunction.) | |
| XDimension |
Gets and sets the dimension of the function domain.
(Inherited from DoubleMultiVariableFunction.) | |
| YDimension |
Gets and sets the dimension of the function range.
(Inherited from DoubleMultiVariableFunction.) |