rmse(true_values, prediction)

rmse calculation

Ahora está siguiendo esta publicación

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 (2026). rmse(true_values, prediction) (https://es.mathworks.com/matlabcentral/fileexchange/54860-rmse-true_values-prediction), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspirado por: RMSE

Categorías

Más información sobre Model Predictive Control Toolbox en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
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