powered by
RMSE is normalized by the normalization constant
nRMSE(yhat, y, normConst)
Model outputs
Observations
The normalization constant
normalized RMSE
# NOT RUN { x <- rnorm(100) y <- rnorm(100) nRMSE(x, y, sd(y)) # }
Run the code above in your browser using DataLab