Guest User

Untitled

a guest
Nov 16th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. set.seed(1115)
  2. x = round(rnorm(10,200,15))-20*(1:10); x
  3. [1] 176 169 127 99 96 92 45 70 10 12
  4. acf(x)
  5. acf(x, plot=F)
  6.  
  7. Autocorrelations of series ‘x’, by lag
  8.  
  9. 0 1 2 3 4 5 6 7 8 9
  10. 1.000 0.625 0.299 0.138 -0.060 -0.177 -0.304 -0.363 -0.434 -0.223
Add Comment
Please, Sign In to add comment