calculateAvgRelMAEs: Average Relative Mean Absolute Error for the given data from...

Description Usage Arguments Value Author(s) References See Also Examples

Description

This function calculates and returns list of two dataframes, where the first data frame contains AvgRelMAEs for the given data, diferent horizons and methods, the second one contains ranked dataframe of the methods according to AvgRelMAEs. Also the function plots AvgRelMAEs for different hirizons and methods.

Usage

1

Arguments

frame

A data frame containing columns "seies_id", "actual", "forecast", "method", and "horizon".

frame2

A data frame containing observations of each time series (containing columns named "series_id" and "value").

sort

logical. If TRUE the resulting list of AvgRelMAEs dataframe and ranked dataframe of AvgRelMAEs sorting by average value.

Value

calculateAvgRelMAEs function calculates and returns list of two dataframes, where the first data frame contains AvgRelMAEs for the given data, diferent horizons and methods, the second one contains ranked dataframe of the methods according to AvgRelMAEs. Also the function plots AvgRelMAEs for different horizons and methods.

Author(s)

Sai Van Cuong, Maixm Shcherbakov and Andrey Davydenko

References

Andrey Davydenko, Robert Fildes (2015) Volume title: Forecast Error Measures: Critical Review and Practical Recommendations. https://www.researchgate.net/publication/284947381_Forecast_Error_Measures_Critical_Review_and_Practical_Recommendations.

Chao Chen, Jamie Twycross, Jonathan M. Garibaldi (2017) Volume title: A new accuracy measure based on bounded relative error for time series forecasting. http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0174202.

MV Shcherbakov, A Brebels, NL Shcherbakova (2013) Volume title: Information Technologies in Modern Industry, Education & Society. https://www.researchgate.net/publication/281718517_A_survey_of_forecast_error_measures. http://eva.fcea.edu.uy/pluginfile.php/109034/mod_resource/content/0/2006_Hyndman_Predicc.pdf.

MV Shcherbakov, A Brebels, NL Shcherbakova (2013) Volume title: Information Technologies in Modern Industry, Education & Society. https://www.researchgate.net/publication/281718517_A_survey_of_forecast_error_measures.

See Also

calculateGMAPEs, calculateGMRAEs, calculateMAD_MEAN_ratio, calculateMAEs, calculateMAPEs, calculateMASEs, calculateMdAPEs, calculateMPEs, calculateMSEs, calculatePB_MAEs, calculateRMSEs, calculateSMAPEs, calculateSMdAPEs.

Examples

1
2

svcuonghvktqs/FORA documentation built on May 20, 2019, 9:57 a.m.