TSrepr (version 1.0.4)

rmse: RMSE

Description

The rmse computes RMSE (Root Mean Squared Error) of a forecast.

Usage

rmse(x, y)

Arguments

x

the numeric vector of real values

y

the numeric vector of forecasted values

Value

the numeric value

Examples

Run this code
# NOT RUN {
rmse(runif(50), runif(50))

# }

Run the code above in your browser using DataCamp Workspace