Click or drag to resize

MultipleCurveFitFunction Methods

The MultipleCurveFitFunction type exposes the following members.

Methods
 NameDescription
Public methodClone Returns a deep copy of the base. Deriving classes must override this method.
(Inherited from ParameterizedMultivariableFunction)
Public methodEvaluate(Double, Double) Evaluates the function for the given set of parameters at the given point.
(Inherited from ParameterizedMultivariableFunction)
Public methodEvaluate(DoubleVector, DoubleVector, DoubleVector) Evaluates the function for the given set of parameters at the given point.
(Overrides ParameterizedMultivariableFunctionEvaluate(DoubleVector, DoubleVector, DoubleVector))
Public methodJacobianWithRespectToParameters(Double, Double, DoubleMatrix) Method for calculating the Jacobian with respect to the parameters while keeping x fixed at the specified value.
(Inherited from ParameterizedMultivariableFunction)
Public methodJacobianWithRespectToParameters(DoubleVector, DoubleVector, DoubleMatrix) Method for calculating the Jacobian with respect to the parameters while keeping x fixed at the specified value.
(Inherited from ParameterizedMultivariableFunction)
Top
See Also