rmse(true_values, prediction)

Versión 1.2.0.0 (838 Bytes) por Lukas Pop
rmse calculation
258 descargas
Actualizado 13 ene 2016

Ver licencia

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.

Citar como

Lukas Pop (2024). rmse(true_values, prediction) (https://www.mathworks.com/matlabcentral/fileexchange/54860-rmse-true_values-prediction), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Model Predictive Control Toolbox en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas
Agradecimientos

Inspirado por: RMSE

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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