RMSE: Root Mean Squared Error

Description Usage Arguments Examples

View source: R/RMSE.R

Description

Root Mean Squared Error.

Usage

1
RMSE(x, y)

Arguments

x,y

Two vectors of the same length.

Examples

1
2
3
x = runif(10)
y = runif(10)
RMSE(x,y)

Example output

[1] 0.3437409

staTools documentation built on May 2, 2019, 2:17 a.m.

Related to RMSE in staTools...