rrmse: Relative root mean squared error

View source: R/stats.R

rrmseR Documentation

Relative root mean squared error

Description

Returns the relative root mean squared error (RRMSE) as defined in Willmott and Matsuura (2005).

Usage

rrmse(error, theta, perc = TRUE)

Arguments

error

vector (\hat{\theta}_i - \theta_i)

theta

vector \theta_i

perc

if TRUE, the return value will be a percentage

Value

numeric

Author(s)

Timothee Flutre

See Also

rmse, rmsre


timflutre/rutilstimflutre documentation built on Feb. 12, 2025, 11:35 p.m.