rmse(true_values, prediction)

Versione 1.2.0.0 (838 Byte) da Lukas Pop
rmse calculation
258 download
Aggiornato 13 gen 2016

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Model Predictive Control Toolbox in Help Center e MATLAB Answers
Riconoscimenti

Ispirato da: RMSE

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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