mase: Calculating the MASE of the forecast

View source: R/measures.R

maseR Documentation

Calculating the MASE of the forecast

Description

Calculates the Mean Absolute Scaled Error (MASE) between the forecast and test data.

Usage

mase(forecast, actual, hist)

Arguments

forecast

The forecast values

actual

The test data.

hist

The training data.

Value

The MASE of the forecast


DescartesResearch/ForecastBenchmark documentation built on Sept. 1, 2022, 7:27 p.m.