Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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.
Citar como
Felix Hebeler (2026). RMSE (https://es.mathworks.com/matlabcentral/fileexchange/21383-rmse), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspiración para: rmse(true_values, prediction)
Información general
- Versión 1.1.0.0 (466 Bytes)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
