What are 'R2' and MSe parameters for and how can I show them ?
2 ビュー (過去 30 日間)
古いコメントを表示
Hello I'd like to know what they are (what for do we use them or want to see their values) and how can I see their values.
Thanks in anticipation
0 件のコメント
回答 (3 件)
Amith Kamath
2013 年 8 月 19 日
If you do have Curve Fitting Toolbox, http://www.mathworks.com/help/curvefit/evaluating-goodness-of-fit.html should help explain what these terms are. One of the outputs of the FIT function is 'gof' which is elaborated in http://www.mathworks.com/help/curvefit/fit.html#outputarg_fitobject. This provides all the measures you're interested in.
0 件のコメント
Shashank Prasanna
2013 年 8 月 19 日
Scroll down and take a look at the 'Definitions' and properties section:
More information about the concept itself:
Its a way to understand how good your fit is
0 件のコメント
dpb
2013 年 8 月 19 日
See
for a basic definition for R2. In short, R2=1-SSE/SST is the amount of the total variance "explained" by the regression.
It's one measure of how well a model represents the data.
Displaying same in Matlab depends on what toolset you used to get the estimation.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Linear and Nonlinear Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!