rmse {tsensembler}R Documentation

Computing the root mean squared error

Description

Utility function to compute Root Mean Squared Error (RMSE)

Usage

rmse(y, y_hat)

Arguments

y

A numeric vector representing the actual values.

y_hat

A numeric vector representing the forecasted values.


[Package tsensembler version 0.1.0 Index]