The function estimates several accuracy metrics to evaluate the accuracy of point forecasts. Either along the forecast horizon or along the test-splits. By default, the following accuracy metrics are provided:
ME
: mean errorMAE
: mean absolute errorMSE
: mean squared errorRMSE
: root mean squared errorMAPE
: mean absolute percentage errorsMAPE
: scaled mean absolute percentage errorMPE
: mean percentage errorrMAE
: relative mean absolute error
Arguments
- future_frame
A
tibble
containing the forecasts for the models, splits, etc.- main_frame
A
tibble
containing the actual values.- context
A named
list
with the identifiers forseried_id
,value_id
andindex_id
.- dimension
Character value. The forecast accuracy is estimated by
split
orhorizon
.- benchmark
Character value. The forecast model used as benchmark for the relative mean absolute error (rMAE).