rmse: (Normalized) root mean square error

View source: R/nrmse.R

rmseR Documentation

(Normalized) root mean square error

Description

(Normalized) root mean square error

Calculate the (normalized) root-mean-square-error of two vectors.

Usage

rmse(a, b)

nrmse(a, b, normer = "sd")

Arguments

a, b

numeric vectors of same length to be compared

normer

a character string defining the type of normalization to be applied. Can be one of

mean

the arithmetic mean of a

sd

the standard deviation of a (default).

range

the difference between the range of a

IQR

the difference between the interquantile range of a


valentingar/ConFluxPro documentation built on Dec. 1, 2024, 9:35 p.m.