Category Archives: Blog

Improving your forecasts using multiple temporal aggregation

In most business forecasting applications, the problem usually directs the sampling frequency of the data that we collect and use for forecasting. Conventional approaches try to extract information from the historical observations to build a forecasting model. In this article, we explore how transforming the data through temporal aggregation allows us to gather additional information… Read More »

Update for TStools

Amongst various minor improvements a few interesting new functions have been added to TStools package for R: Theta method ABC-XYZ analysis Theta method was found to be the most accurate in the M3 forecasting competition, but since then there has been limited use of the method. As it was later shown, the M3 competition Theta… Read More »

How to use R packages from GitHub

Update: The following R commands will install a package directly from GitHub to R: > if (!require(“devtools”)) install.packages(“devtools”) > devtools::install_github(“YYY/ZZZ”) where YYY is the GitHub username and ZZZ is the package name. For example to install TStools use: > devtools::install_github(“trnnick/TStools”) This makes the process described below unnecessary, however if you want the ‘full’ story read… Read More »

Participate in our Judgemental Model Selection Experiment!

We are invit­ing you to par­tic­i­pate in a web-​​based judg­men­tal fore­cast­ing exer­cise. You are asked to select the best model, based on your judg­ment, for 32 time series. The exer­cise con­sists of four rounds. Each round will con­tain 8 series and will be fol­lowed by a short ques­tion­naire, while dif­fer­ent types of infor­ma­tion will be pro­vided on top… Read More »