rmse {TSrepr}R Documentation

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

Author(s)

Peter Laurinec, <tsreprpackage@gmail.com>

Examples

rmse(runif(50), runif(50))


[Package TSrepr version 1.1.0 Index]