How to store autocorrelations
Posted: Wed Mar 25, 2009 12:53 pm
Hello,
I know that for a given series, I can view the ACF by doing var1.correl, but how can I actually record or access each of the individual autocorrelation values?
I was thinking that in a for loop, something like
myseries = var1.correl(10)
or
myvec(!i) = var1.correl(!i)
would work, but it would seem they do not...
Thanks in advance,
-cap
I know that for a given series, I can view the ACF by doing var1.correl, but how can I actually record or access each of the individual autocorrelation values?
I was thinking that in a for loop, something like
myseries = var1.correl(10)
or
myvec(!i) = var1.correl(!i)
would work, but it would seem they do not...
Thanks in advance,
-cap