Click or drag to resize

MultipleCurveFitResidual Properties

The MultipleCurveFitResidual type exposes the following members.

Properties
 NameDescription
Public propertyCentralDifferenceDelta 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)
Public propertyWeights Gets the concatenated vector of y-value weights for the data sets.
Public propertyX Gets the concatenated vector of x-values for the data sets.
Public propertyXDimension Gets and sets the dimension of the function domain.
(Inherited from DoubleMultiVariableFunction)
Public propertyY Gets the concatenated vector of y-values for the data sets.
Public propertyYDimension Gets and sets the dimension of the function range.
(Inherited from DoubleMultiVariableFunction)
Top
See Also