Page 1 of 1
Moving Average Prewhitening
Posted: Thu May 17, 2012 11:06 am
by sbriggs
Hello.
I'm using RATs to model several stochastic regressors and need a way of pre whitening MA terms. The FILTER instruction only supports AR and distributed lag options for equations. Does anyone know of any user procedures that support MA filtering using RATS?
Thanks.
Scott
Re: Moving Average Prewhitening
Posted: Thu May 17, 2012 5:01 pm
by TomDoan
sbriggs wrote:Hello.
I'm using RATs to model several stochastic regressors and need a way of pre whitening MA terms. The FILTER instruction only supports AR and distributed lag options for equations. Does anyone know of any user procedures that support MA filtering using RATS?
Thanks.
Scott
What is it that you're trying to do? Are you estimating an MA model for a series and want to apply that same filter to other series?
Re: Moving Average Prewhitening
Posted: Fri May 18, 2012 12:15 pm
by sbriggs
Yes, essentially.
I have modeled a series that contains both AR and MA terms. Now I need to pre whiten the dependent variable (DV) as I want to estimate a transfer function after cross correlating the two series. I can use the FILTER instruction to pre whiten the DV for the AR term(s) but not for the MA term(s). Looking for a way to do the MA filtering.
Thanks.
Scott
Re: Moving Average Prewhitening
Posted: Fri May 18, 2012 12:33 pm
by TomDoan
sbriggs wrote:Yes, essentially.
I have modeled a series that contains both AR and MA terms. Now I need to pre whiten the dependent variable (DV) as I want to estimate a transfer function after cross correlating the two series. I can use the FILTER instruction to pre whiten the DV for the AR term(s) but not for the MA term(s). Looking for a way to do the MA filtering.
Thanks.
Scott
You can do that with
BOXJENK by feeding in the coefficients from the
BOXJENK that you've estimated. See the
delup562.rpf example in the Delurgio textbook examples.