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!