Computation of the normalized root mean squared error.
calcNRMSE(preds, y, type = "sd")
preds
Numeric vector of predictions
y
True outcomes
type
"sd" uses the standard deviation of y for normalization. "range" uses the whole span of y.
"sd"
"range"
The NRMSE