undefined function or variable RMSE
6 次查看(过去 30 天)
显示 更早的评论
Hi guys,
I am trying to plot RMSE, rsquared and qqplot, but I keep getting error,
'undefined function or variable RMSE'
I am currently using 2017 MATLAB version
4 个评论
Walter Roberson
2019-9-7
Which kind of regression model?
https://www.mathworks.com/help/stats/linearmodel.html has RMSE and Rsquared properties
Rik
2019-9-7
And if you have fitted data and true data, you can use minus to calculate the error, then use sqrt(mean(err^2)) which is what RMSE stands for.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!