Uses the trust-region dogleg method to determine the set of parameters that best fit the input data set as expressed by a nonlinear function. You implement the nonlinear function using a strictly typed VI reference.
Uses the Levenberg-Marquardt method to determine the set of parameters that best fit the input data set as expressed by a nonlinear function. You define the nonlinear function using a formula.
Uses the Levenberg-Marquardt method to determine the set of parameters that best fit the input data set as expressed by a nonlinear function. You implement the nonlinear function using a strictly typed VI reference.