Skip to content
Prev 110223 / 398500 Next

Partial whitening of time series?

Thanks, I wasn't thinking real clearly when I pressed 'send'. All
figured out now. -A

-----Original Message-----
From: Wensui Liu [mailto:liuwensui at gmail.com] 
Sent: Monday, February 26, 2007 10:15 AM
To: Andy Bunn
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] Partial whitening of time series?

andy,

if your model is Xt = 0.5 * Xt-1 + e, then it should have
Xt = 0.1 * Xt-1 + 0.4 * Xt-1 + e
(Xt - 0.1*Xt-1) = 0.4 * Xt-1 + e

so what you need to do is to substract part of lag from your series.
it is just my $0.02.
On 2/26/07, Andy Bunn <Andy.Bunn at wwu.edu> wrote:
remove
then
http://www.R-project.org/posting-guide.html