Contents
What does pre-whitening do?
Pre-whitening is just used to help us identify which lags of x may predict y. After identifying possible model from the CCF, we work with the original variables to estimate the lagged regression. Alternative strategies to pre-whitening include: Looking at the CCF for the original variables – this sometimes works.
Why do we pre whiten the input variable prior to examining a cross correlation plot?
The reason that you pre-whiten X is to identify a filter that can transform Y and X into y and x where x is white noise i.e. serially independent or free of autocorrelation in order to IDENTIFY an appropriate model. Note that one filter (ARMA developed on X ) is used on both the Y and X.
What is pre-whitening filter?
A pre-whitening filter takes a signal that is not white and produces a white signal. This is performed by a predictor, as you mentioned. The way the predictor whitens the signal is that itl attempts to predict sample n based on the information from the previous samples.
What is prewhitening time series?
Prewhitening consists of fitting time series models such as autoregressive (AR) or autoregressive moving average (ARMA) models to an “original” time series and separating out the time series of residuals from the original series, which becomes the “prewhitened” series.
Why is prewhitening important in a time series?
A simple filter (2,1,0) was used to prewhiten creating “adjusted cross-correlations or prewhitened cross-correlations” suggesting/identifying a three period delay culminating in this useful equation . Note clearly that Y is not CONDITIONALLY a function of X contemporarily (or lag 1 or lag 2) given the model form.
What’s the best way to do pre whitening?
One strategy for dealing with this difficulty is called “pre-whitening.” The steps are: Determine a time series model for the x -variable and store the residuals from this model. Filter the y -variable series using the x -variable model (using the estimated coefficients from step 1).
Is there an alternative to pre whitening the CCF?
Alternative strategies to pre-whitening include: Looking at the CCF for the original variables – this sometimes works De-trending the series using either first differences or linear regressions with time as a predictor The data for this example were simulated. The x -series was simulated as an ARIMA (1,1,0) process with “true” ϕ 1 =0.7.
Why is it important to pre whiten y and X?
The reason that you pre-whiten X is to identify a filter that can transform Y and X into y and x where x is white noise i.e. serially independent or free of autocorrelation in order to IDENTIFY an appropriate model. Note that one filter (ARMA developed on X ) is used on both the Y and X.