Click or drag to resize

MultipleCurveFitFunction Constructor

Overload List
 NameDescription
Public methodMultipleCurveFitFunction(Int32, IListMultipleFitCurveInfo) Creates a MultipleCurveFitFunction instance with the specied number of parametrs for the given data sets. A default value of 1e-8 for the central difference delta is the used in the central difference algorithm for computing Jacobians.
Public methodMultipleCurveFitFunction(Int32, IListMultipleFitCurveInfo, Double) Creates a MultipleCurveFitFunction instance with the specied number of parameters and central difference delta for the given data sets. The central difference delta is the used in the central difference algorithm for computing Jacobians
Public methodMultipleCurveFitFunction(Int32, IListInt32, IListFuncDoubleVector, Double, Double) Creates a MultipleCurveFitFunction instance with the specied number of parameters and central difference delta for the given data sets with the given numbers of points. A default value of 1e-8 for the central difference delta is the used in the central difference algorithm for computing Jacobians
Public methodMultipleCurveFitFunction(Int32, IListInt32, IListFuncDoubleVector, Double, Double, Double) Creates a MultipleCurveFitFunction instance with the specied number of parameters and central difference delta for the given data sets with the given numbers of points. The central difference delta is the used in the central difference algorithm for computing Jacobians
Top
See Also