rmse: Compute RMSE between vectors v1 and v2

Description Usage Arguments Value

View source: R/common_tools.R

Description

Compute RMSE between vectors v1 and v2

Usage

1
rmse(v1, v2, relative = F)

Arguments

v1

[1,m] numeric, First data vector

v2

[1,m] numeric, Second data vector

relative

boolean, If TRUE, relate the rmse value to the rmse of v1. If FALSE, just compute RMSE between v1 and v2

Value

[1,1] double, RMSE value


cocoreg documentation built on May 2, 2019, 6:48 a.m.