RMSE
版本 1.1.0.0 (466 字节) 作者:
Felix Hebeler
calculates root mean square error from data vector or matrix and the corresponding estimates.
Short script that calculates root mean square error from data vector or matrix and the corresponding estimates.
Checks for NaNs in data and estimates and deletes them and then simply does:
r = sqrt( sum( (data(:)-estimate(:)).^2) / numel(data) );
That's it.
引用格式
Felix Hebeler (2026). RMSE (https://ww2.mathworks.cn/matlabcentral/fileexchange/21383-rmse), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2006a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Elementary Math > Polynomials >
在 Help Center 和 MATLAB Answers 中查找有关 Polynomials 的更多信息
