How is adjrsquare calculated?
5 ビュー (過去 30 日間)
古いコメントを表示
Can anyone direct me to how the goodness of fit output 'adjrsquare' is calculated? I know it's the "Degree-of-freedom adjusted coefficient of determination" but can anyone direct me to literature on how it is physically calculated by the program. Thanks.
0 件のコメント
採用された回答
Wayne King
2012 年 1 月 9 日
Hi Scott, it is
1-(1-Rsquare)*(number_of_observations-1)/degs_of_freedom
You can find the basic description here:
Search for Adjusted R^2
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!