difference between pem (lsqnonlin) and lsqcurvefit
Show older comments
Can somebody explain me the difference in the error function between using pem with the lsqnonlin estimator and lsqcurvefit ?
Answers (1)
Don't know what "pem" refers to, but lsqcurvefit applies to a special case of lsqnonlin when the residual vector has the form
r(x)= F(x,xdata)-ydata
Conversely, lsqnonlin can be applied to any (differentiable) residual function r(x).
Categories
Find more on Hammerstein-Wiener Models in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!