RMSE: Root Mean Squared Error (RMSE)

View source: R/utils.R

RMSER Documentation

Root Mean Squared Error (RMSE)

Description

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

Usage

RMSE(x, y)

Arguments

x

A given vector to calculate RMSE.

y

The target vector

Examples

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

caesar0301/movr documentation built on June 18, 2022, 2:37 a.m.