![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi
Does anyone know how to calculate an autocorrelation function in Excel?! Thanks! |
| Ads |
|
#2
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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! >>> >> |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need a ISWorkday Function -- Any Ideas | Mark | Excel Worksheet Functions | 5 | March 29th 05 01:58 AM |
| Hyperlinks using R[1]C[1] and offset function in its cell referenc | Elijah-Dadda | Excel Worksheet Functions | 0 | March 5th 05 03:31 AM |
| Conversion | SVC | Excel Worksheet Functions | 9 | February 28th 05 02:29 PM |
| Trim function doesn't clean out ASCII Code 160 (Space) | Ronald Dodge | Excel Worksheet Functions | 6 | January 27th 05 03:48 AM |
| Formula to list unique values | JaneC | Excel Worksheet Functions | 4 | December 10th 04 12:25 AM |