rmse: Computing the root mean squared error

Description Usage Arguments

View source: R/metrics.r

Description

Utility function to compute Root Mean Squared Error (RMSE)

Usage

1
rmse(y, y_hat)

Arguments

y

A numeric vector representing the actual values.

y_hat

A numeric vector representing the forecasted values.


vcerqueira/tsensembler documentation built on Oct. 28, 2020, 11:46 p.m.