+ Reply to Thread
Results 1 to 4 of 4

autocorrelation function

  1. #1
    MOO
    Guest

    autocorrelation function

    Hi

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

    Thanks!

  2. #2
    Jerry W. Lewis
    Guest

    Re: autocorrelation function

    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!



  3. #3
    MOO
    Guest

    Re: autocorrelation function

    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!

    >
    >


  4. #4
    Jerry W. Lewis
    Guest

    Re: autocorrelation function

    Yes, provided that A11 is empty. Otherwise use =CORREL(A1:A8,A3:A10).
    Note that the two offset arrays must be the same size.

    Jerry

    MOO wrote:

    > 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!
    >>>

    >>



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1