Click or drag to resize

GlobalCurveFitter Constructor

Overload List
 NameDescription
Public methodGlobalCurveFitter(FuncDoubleVector, Double, Double, TrustRegionMinimizer) Constructs a GlobalCurveFitter object for the given parameterized function and non-linear least squares minimizer.
Public methodGlobalCurveFitter(FuncDoubleVector, Double, Double, TrustRegionMinimizerCheck) Constructs a GlobalCurveFitter object for the given parameterized function.
Public methodGlobalCurveFitter(FuncDoubleVector, Double, Double, Double, TrustRegionMinimizerCheck) Constructs a GlobalCurveFitter object for the given parameterized function and tolerance value for the minimizer.
Public methodGlobalCurveFitter(FuncDoubleVector, Double, Double, Int32, TrustRegionMinimizerCheck) Constructs a GlobalCurveFitter object for the given parameterized function. Sets the limit to the number of iterations performed by the minimizer to the given value.
Public methodGlobalCurveFitter(FuncDoubleVector, Double, Double, Double, Int32, TrustRegionMinimizerCheck) Constructs a GlobalCurveFitter object for the given parameterized function, maximum iterations and tolerance value for the minimizer.
Top
See Also