Quantcast
Channel: MATLAB Central - File Exchange - tag:"least squares"
Viewing all articles
Browse latest Browse all 522

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

$
0
0
721132019-07-10T23:00:11Z2019-07-10T23:00:11Z

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)


Viewing all articles
Browse latest Browse all 522

Trending Articles