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

版本 1.0.0 (2.4 KB) 作者: Mark Holmes
Data fitting given model function f(x,p)
39.0 次下载
更新时间 2019/7/10

查看许可证

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)

引用格式

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. 检索时间: .

MATLAB 版本兼容性
创建方式 R2019a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear and Nonlinear Regression 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0