calcNRMSE {logicDT}R 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


[Package logicDT version 1.0.4 Index]