Using the fitlm function for model without intercept, how R-squared is being calculated?
10 次查看(过去 30 天)
显示 更早的评论
The value of the R-squared when I define the linear model without intercept are mostly negative and somehow close to -3. When I apply the fitlm function for model without intercept, the R-squared values are between 0 and 1. Does anyone know which formula Matlab is using in this case?
1 个评论
Shuqi Liu
2021-7-19
Also when using fitlm without intercept, the Rsquared comptued by fitlm is different using Matlab 2020a and prior vs 2020b. Does anyone knows why did it change?
回答(1 个)
Rishabh Gupta
2018-7-27
Hi Farhad,
There are 2 types of R-squared values -
- Ordinary R-Squared
- Adjusted R-Squared
You can have a look at the formula in the below Link:
Regards
1 个评论
Pulkit Goyal
2020-4-8
This page doesn't explain the R-squared definitions when intercept is forced to zero.
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!