How is adjrsquare calculated?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Wayne King
il 9 Gen 2012
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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with Curve Fitting Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!