nRMSE: Normalized root-mean-square error

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

RMSE is normalized by the normalization constant

Usage

1
nRMSE(yhat, y, normConst)

Arguments

yhat

Model outputs

y

Observations

normConst

The normalization constant

Value

normalized RMSE

Examples

1
2
3
x <- rnorm(100)
y <- rnorm(100)
nRMSE(x, y, sd(y))

ldsr documentation built on May 4, 2020, 5:06 p.m.