Differences between RMSE from Regress function and basic fitting toolbox

2 views (last 30 days)
I'm looking at the relationship between modelled and observed values of some variables. I initially used the basic fitting toolbox on my scatter plots, but the RMSE values looked very large, and so I went back and used the regress function:
https://www.mathworks.com/help/stats/regress.html , where the outputs in "b" are m and c, and in "stats" are R^2, F, P, and RMSE^2
The values of m, c and R^2 do not change between the wizard and the function, but the RMSE values from the regress function are approximately 150 times smaller. Why?

Answers (0)

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!