The package FORA includes a set of functions to load data, to visualize forecast features and for making significant conclusion about difference between results obtained by user-defined forecasting models.The comparison performed according build-in error measures, such as common-used as well as advanced and stable measures.
install.packages("devtools")
devtools::install_github("svcuonghvktqs/FORA")
library(FORA)
help(package = "FORA")
# plotPRD(df, useLogs = FALSE, xlim = NULL, ylim = NULL)
# examples:
library(forecast)
plotPRD(df = FORAYearForecast)
# boxplotAPEs(df, useLogs = NULL, notch = FALSE, limits = NULL, showOutliers = NULL)
# example:
boxplotAPEs(FORAYearForecast)
# calculateMAEs(frame, sort = FALSE)
calculateMAEs(frame = FORAYearForecast)
calculateAvgRelMAEs(frame = FORAYearForecast, frame2 = FORAYearSeries)
calculateGMRAEs(frame = FORAYearForecast, benchmark_method = "NAIVE2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.