matlab多项式拟合的一个疑问。
显示 更早的评论
f(x) = p1*x^2 + p2*x + p3
Coefficients (with 95% confidence bounds):
p1 = 1.72 (0.9384, 2.503)
p2 = 54.63 (20.93, 88.33)
p3 = -331 (-621.1, -40.95)
Goodness of fit:
SSE: 6.069e+004
R-square: 0.9962
Adjusted R-square: 0.9951
RMSE: 93.12
这是我拟合后的结果,曲线显示拟合很好,为什么SSE和RMSE很大呢,不是越小越好吗,哪里出了问题,求高人啊
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 概率分布 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!