How to fix autocorrelation / serial correlation assumption when it stipulates that residuals do not correlate with their lags
Use the Durbin-Watson test and / or the Breusch-Godfrey test. And as discussed it can be fixed by:
1. Fixing functional misspecifications (including making sure the data is stationary) or adding more variables / observations
2. Using an alternative regression form
3. Using a robust standard error:
A - (HAC - autocorrelation and heteros..)
B - (HC - only heteros..)
What is pseudo-causality?
Pseudo-causality β if a change in one variable at time π‘ is preceded by a change in another variable at time π‘βπ, where π<π‘. Pseudo causality provides some evidence for a possible causal relationship.
What is Granger causality?
Granger causality is a circumstance in which one time series variable consistently and predictably changes before another variable.
What is important about Granger causality?
To run Granger causality you need to do several things, but the general idea behind it is that you build two regressions with a lot of lags where in one π is the dependent variable and π is the independent one, and in another π now is the dependent and π is the independent variable.
To use the standard Granger causality test, π and π variables must be stationary. If they are not stationary, you need to take an appropriate number of differences until they become stationary.
What are the steps to run Granger causality?
Cross-sectional forecasting steps
Forecasting accuracy methods
Some things to consider when forecasting?
What is ARIMA?
AutoRegressive Integrated Moving Average and it is a forecasting technique that uses lags of the dependent variable for prediction, completely ignoring the independent variables.
Why and when to use ARIMA
It is a valuable tool when:
1. Little or nothing is known about the dependent variable being forecasted
2. Not clear how different independent variables affect the dependent variable
3. When all that is needed is a relatively short-term forecasting
What are elements of ARIMA?
Autoregressive (AR) β expressing a dependent variable π_π‘ a as function of its past values.
Integrated (I) β refers to the differentiation that has to be taken to make the data stationary.
Moving-averages (MA) β expresses a dependent variable π_π‘ as a function of past values of the error term.
What are different ARIMA equations?
How to decide on the starting value of AR (ARIMA)?
The highest candle at ACF plot
How to decide on I (ARIMA)?
If the variable is stationary in raw terms, then we use I(0) and instead of ARIMA we use ARMA.
How to decide on the starting value of MA (ARIMA)?
USE PACF plot and review the number of candles