View Single Post
  #3   Report Post  
MOO
 
Posts: n/a
Default

Thanks Jerry.

To calculate higher lags can you just move the second range downwards, eg
lag 2 =CORREL(A1:A9,A3:A11) ?



"Jerry W. Lewis" wrote:

If your data is in A1:A10, then =CORREL(A1:A9,A2:A10) is the lag 1
autocorrelation.

Jerry

MOO wrote:

Hi

Does anyone know how to calculate an autocorrelation function in Excel?!

Thanks!