Is it possible to specify the upper and lower bounds for the coefficients when using the fitting function NLINFIT in the Statistic Toolbox?
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I would like to be able to specify the upper and lower bounds for coefficients in the NLINFIT function.
Risposta accettata
MathWorks Support Team
il 18 Ott 2013
The ability to specify the upper and lower bounds for coefficients in the NLINFIT function is not available in the Statistics Toolbox.
To work around this issue one can consider using the LSQCURVEFIT function in the Optimization Toolbox. The LSQCURVEFIT does not offer the exact same capabilities, for example: LSQCURVEFIT does not allow using a 'Weight function' like NLINFIT as an input, however, one can manually customize the objective function to include this information.
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!