Forecast model category

Multivariate, klassieke econometrische modellen

Econometrische voorspellingsmodellen maken gebruik van statistische theorie en economische relaties om toekomstige waarden van economische variabelen te verklaren en te voorspellen.
ARDL
Auto-Regressive Distributed Lag was the standard model before the VAR model was invented. Compared to the VAR, it’s a less complex model, where the variables are not seen as interrelated. The main variable that are forecasted depends on the indicators, but the indicators do not depend on other indicators or the main variable.
BVAR Minnesota Prior
The Minnesota BVAR is a Bayesian VAR model with a prior developed by Litterman and Sims at the University of Minnesota. Similar to how a penalized model shrinks the parameters towards zero, the Minnesota prior shrinks them towards a random walk. The prior also specifies a larger variance for shorter lags, implying a prior belief that shorter lags have a larger impact than longer.
BVAR Steady-State prior
The steady-state prior for a vector autoregressive (VAR) model makes it possible to incorporate prior information about the long-run average of economic time series. A classical example is inflation, which is expected to stabilize around a central bank’s target, typically 2% in the long run. The probabilistic nature of the steady-state prior allows the forecasters to control how strongly this prior knowledge influences the model. Steady-state priors have been shown to improve forecast accuracy at both short and long horizons across a wide range of macroeconomic forecasting applications. As a result, they are routinely usedby central banks and other policy institutions worldwide.
BVAR Time-varying
The convention of using a multiple time series model with constant parameters and assuming that the indicators in the model are hit with shocks of equal sizes over time may not always be realistic in practice, especially for longer periods of time. The Time-varying Bayesian VAR model can ease these assumptions and produce a more flexible model and is sometimes used in cases where the time period is a bit longer or when the economy is subject to policy changes.
VAR
Vector Auto Regression is a model that captures the linear relations among multiple time series. VAR models generalize the univariate autoregressive model (AR model) by allowing for multiple variables. All variables in a VAR enter the model in the same way: each variable has an equation explaining its evolution based on its own lagged values, the lagged values of the other model variables, and an error term. The calculations find the best common lag length for all variables in all equations (vectors).
VARMA
In the statistical analysis of time series, Auto-Regressive–Moving-Average (ARMA) models provide a description of the relationships between the variables in terms of the two factors: autoregression (AR) and moving average (MA). The AR part involves regressing the variable on its own lagged (i.e. past) values. The MA part involves modeling the error term as a linear combination of error terms occurring contemporaneously and at various times in the past. VARMA is the VAR (multivariate) version of the ARMA model.
VECM
Vectorfoutcorrectiemodellen zijn vooral nuttig voor gegevenssets met langdurige relaties (ook wel co-integratie genoemd). VECM's zijn echter nuttig voor het inschatten van zowel korte- als langetermijneffecten van eenmalige reeksen op een andere. De term foutcorrectie heeft betrekking op het feit dat de afwijking van de laatste periode van een evenwicht op lange termijn, de fout, de dynamiek op korte termijn beïnvloedt. Deze modellen schatten, naast de langetermijnrelaties tussen variabelen, ook rechtstreeks de snelheid waarmee een afhankelijke variabele terugkeert naar het evenwicht na een verandering in andere variabelen.

Explore more model categories