search for: price_chang

Displaying 1 result from an estimated 1 matches for "price_chang".

Did you mean: price_changes
2008 Dec 11
1
Coercing data into a simple array
I am using acf() to get the autocorrelations of a time series. It works but I want to then get the autocorrelations into a simple list of numbers. > x <- acf(price_changes, lag.max = 12,type = "correlation",plot = FALSE) > x Autocorrelations of series ‘price_changes’, by lag 0 1 2 3 4 5 6 7 8 9 10 11 12 1.000 0.719 0.572 0.350 0.172 -0.046 -0.178 -0.326 -0.369 -0.339 -0.291 -0.209 -0...