RMSE: Root Mean Squared Error (RMSE)

Description Usage Arguments Examples

Description

calculate the root mean squared error (RMSE) of two vectors.

Usage

1
RMSE(x, y)

Arguments

x

A given vector to calculate RMSE.

y

The target vector

Examples

1
RMSE(c(1,2,3,4), c(2,3,2,3))

caesar0301/omniR documentation built on May 13, 2019, 10:38 a.m.