Ensemble size and combination operators

Combining forecasts has been shown in many cases to lead to improvements in forecasting performance, in terms of accuracy and bias. This is also common in forecasting with neural networks or other computationally intensive methods, where ensemble forecasts are considered more accurate than individual model forecasts. A useful feature of forecast combination is that it… Read More »

Choosing parameters for Croston’s method and its variants

Although Croston’s method and its variants are popular for intermittent demand time series, there have been limited advances in identifying how to select appropriate smoothing parameters and initial values. From the one hand this complicates forecasting for organisations, and from the other hand it does not permit automation. Recent research investigated various cost functions for… Read More »

Experimenting with Shiny for R

Shiny is a web application framework for R. The idea is simple: deploy R code in webpages. This might prove useful when user interaction is required, for instance to design and deploy forecasting experiments that need human participants. I gave it a try to see how easy is it to build a demo. Assuming your… Read More »

MAPA and intermittent demand forecasting

Recently I posted about a paper I co-authored with Fotios Petropoulos, now in JORS: Forecast Combinations for Intermittent Demand. There we found that for intermittent demand data using multiple levels of temporal aggregation, forecasting them with the appropriate models and finally combining the forecasts performed best. This approach has many analogies with the MAPA algorithm… Read More »

Forecasting Society launched!

Together with Fotios Petropoulos we launched a new portal to facilitate judgemental forecasting research. The aim of the Forecasting Society (www.forsoc.net) is to bring together researchers in judgemental forecasting and participants from practice and academia. At the same we hope that it will grow to be a discussion forum to exchange and promote judgemental forecasting… Read More »

Intermittent demand forecasting package for R

A new package for analysing and forecasting intermittent demand time series and slow moving items has been release for R. You can download the latest version from CRAN. The launch version contains the following functions: crost: Croston’s method and variants. crost.ma: Moving average with Croston’s method decomposition. idclass: Time series categorisation for intermittent demand. simID:… Read More »