smape: Calculating the sMAPE of the forecast

View source: R/measures.R

smapeR Documentation

Calculating the sMAPE of the forecast

Description

Calculates the Symmetrical Mean Absolute Percentage Error (sMAPE) between the forecast and test data.

Usage

smape(forecast, actual)

Arguments

forecast

The forecast values

actual

The test data.

Value

The sMAPE of the forecast


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