Filter löschen
Filter löschen

Is it possible to specify the upper and lower bounds for the coefficients when using the fitting function NLINFIT in the Statistic Toolbox?

36 Ansichten (letzte 30 Tage)

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 18 Okt. 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.

Weitere Antworten (0)

Kategorien

Mehr zu Least Squares finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by