Class MultiVariableFunctionFitter fits a generalized multivariable function to a set of points.

The MultiVariableFunctionFitter<(Of <(M>)>)..::.ResidualFunction generic type exposes the following members.

Constructors

  NameDescription
MultiVariableFunctionFitter<(Of <(M>)>)..::.ResidualFunction
Constructs a ResidualFunction instance.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EvaluateOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
JacobianOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.)

See Also