Click or drag to resize

MultipleCurveFitFunction Properties

The MultipleCurveFitFunction type exposes the following members.

Properties
 NameDescription
Public propertyCentralDifferenceDelta The delta used in the central difference algorithm for computing the Jacobian with respect to the parameters
(Inherited from ParameterizedMultivariableFunction)
Public propertyNumberOfDataSets Gets the number of data sets.
Public propertyNumberOfParameters Gets and sets the number of parameters.
(Inherited from ParameterizedMultivariableFunction)
Public propertyNumPointsPerCurve Gets a list containing the number of data points for each data set.
Public propertyParameterizedFunctions Gets the list of parameterized functions. The ith parameterized function corresponds to the ith data set.
Public propertyXdimension Gets and sets the dimension of the function domain. Vector arguments to the function must have length equal to this value.
(Inherited from ParameterizedMultivariableFunction)
Public propertyYDimension Gets and sets the dimension of the function range. Vectors returned by this function will have this length.
(Inherited from ParameterizedMultivariableFunction)
Top
See Also