stats output of regress in matlab# Programming - 葵花宝典
s*s
1 楼
For the function
[b,bint,r,rint,stats] = regress(y,X)
where stats = [r2 F prob s2];
My question is what the definition of s2 is. In matlab web, "s2" is defined
as the square of the root mean square error (RMSE) value. So it should be
the same as MSE (mean square error), right?
Thanks for your correction.
[b,bint,r,rint,stats] = regress(y,X)
where stats = [r2 F prob s2];
My question is what the definition of s2 is. In matlab web, "s2" is defined
as the square of the root mean square error (RMSE) value. So it should be
the same as MSE (mean square error), right?
Thanks for your correction.