Click or drag to resize

MultipleCurveFit Constructor

Overload List
 NameDescription
Public methodMultipleCurveFit Constructs a MultipleCurveFit object with default settings.
Public methodMultipleCurveFit(Double) Constructs a MultipleCurveFit object with the minimizer using the given error tolerance in finding the solution.
Public methodMultipleCurveFit(Int32) Constructs a MultipleCurveFit object with the minimizer using the given maximum number of iterations to perform.
Public methodMultipleCurveFit(TrustRegionMinimizer) Constructs a MultipleCurveFit object using the provided minimizer.
Public methodMultipleCurveFit(Double, Int32) Constructs a MultipleCurveFit object with the minimizer using the given maximum number of iterations to perform and error tolerance.
Top
See Also