Filter löschen
Filter löschen

how to find Nash, RMSE and R square of my model

1 Ansicht (letzte 30 Tage)
Poornima Chandra Lekha Posa
Beantwortet: Manas Meena am 11 Mai 2021
i have created rainfall runoff model in simulink, now i need to calculate Nash, RMSE and R square for my model in simulink. what tool i have to use.

Antworten (1)

Manas Meena
Manas Meena am 11 Mai 2021
You can either calculate the RMSE manually
y = <simulated data>
yhat = <experimental data>
RMSE = sqrt(mean((y - yhat).^2));
or you can refer to this RMSE function

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by