rmse(true_values, prediction)

版本 1.2.0.0 (838 字节) 作者: Lukas Pop
rmse calculation
262.0 次下载
更新时间 2016/1/13

查看许可证

Calculate rmse between two arrays of the same size or between one array and a number. Ignore records with NaNs in either true_values or prediction.

引用格式

Lukas Pop (2026). rmse(true_values, prediction) (https://ww2.mathworks.cn/matlabcentral/fileexchange/54860-rmse-true_values-prediction), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Model Predictive Control Toolbox 的更多信息
标签 添加标签
致谢

参考作品: RMSE

版本 已发布 发行说明
1.2.0.0

The check of input arrays size added.

1.1.0.0

The case with one prediction and many true_values is now possible + input dimension check added

1.0.0.0