fits(f,xd,yd,p0,n,m​)

Data fitting given model function f(x,p)
39 download
Aggiornato 10 lug 2019

Visualizza la licenza

Parameter Fitting: given a model function f(x,p), this program finds the minimizer of F(p) = norm(d,n), where d = error vector

Usage:
Least squares [default]
fits(@(x,p)f(x,p),xd,yd,p0)
Minimum n-norm with relative (m=1) or non-relative error (m=0)
fits(@(x,p)f(x,p),xd,yd,p0,n,m)

Cita come

Mark Holmes (2024). fits(f,xd,yd,p0,n,m) (https://www.mathworks.com/matlabcentral/fileexchange/72113-fits-f-xd-yd-p0-n-m), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2019a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Linear and Nonlinear Regression in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0