Page 1 of 1

auto-regressive (AR) filter to demean a series

Posted: Fri Nov 15, 2013 6:11 pm
by sym
Hi, I'll really appreciate your help.

How can i conduct an auto-regressive AR filter to demean a time series on eviews?
For example, using this form: R_t = mu + b*R_t-1 + e_t.

Where R_t is a interest rate spread and mu is the unconditional mean.

Thanks a lot.
Anne Sym

Re: auto-regressive (AR) filter to demean a series

Posted: Wed Jul 30, 2014 9:17 am
by dorainwjn
IF you want to use AR(1), then input this into equation
R_t c R_t(-1) mu b*R_t-1 e_t
If you want AR(2), then
R_t c R_t(-2) mu b*R_t-1 e_t

Re: auto-regressive (AR) filter to demean a series

Posted: Sat Aug 02, 2014 6:30 am
by EViews Glenn
For those finding this old thread. EViews 8 adds a new proc for whitening.

Proc/Make Whitened...