calcNRMSE: Calculate the NRMSE

View source: R/utils.R

calcNRMSER Documentation

Calculate the NRMSE

Description

Computation of the normalized root mean squared error.

Usage

calcNRMSE(preds, y, type = "sd")

Arguments

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.

Value

The NRMSE


logicDT documentation built on Jan. 14, 2023, 5:06 p.m.