Polyfit Vs Fit command: what are the differences?

I would like to predict a quadratic curve (y=ax2 + bx + c) from a data set and the relative goodness of the fit model.
I used both the command polyfit (Polynomial curve fitting) and Fit (Fit the curve).
what is the difference between the two methods? Whit the second method I used 'normalize' but when I try to find the value with polyval the predicted data are no correct.
How can I test the goodness of the fit model if I use the command Poltyfit?
Thank you in advance

 採用された回答

Jyotsna Talluri
Jyotsna Talluri 2020 年 5 月 25 日

2 投票

Refer the below link to know the differences betwween fit and polyfit
We cannot determine the goodness of fit using polyfit.Use fit function to determine the goodness of fit.
[fitobject,gof] = fit(x,y,fitType)
returns goodness-of-fit in the structure gof.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeInterpolation についてさらに検索

質問済み:

PRB
2020 年 5 月 15 日

コメント済み:

PRB
2020 年 5 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by