Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Rado Lavrih
 
Posts: n/a
Default autocorrelation function (ACF)


Hi!

wonder if anybody has knowledge of Excel add in that performs
autocorrelation function (ACF) and of the partial autocorrelation
function (PACF).

I need it for excel demonstration of Box Jenkinins Metholody for Arima
models in forecasting.

Thanks

Rado


  #2   Report Post  
Mike Middleton
 
Posts: n/a
Default

Rado Lavrih -

wonder if anybody has knowledge of Excel add in that performs
autocorrelation function (ACF) and of the partial autocorrelation function
(PACF). I need it for excel demonstration of Box Jenkinins Metholody for
Arima models in forecasting. <


ACF is easy to implement with worksheet functions SUMPRODUCT and OFFSET, as
shown in Chapter 18, Autocorrelation and Autoregression, of my book Data
Analysis Using Microsoft Excel.

If you do a Google search for "excel autocorrelation partial" (without the
quotes), you'll get numerous links.

- Mike
www.mikemiddleton.com


  #3   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

Do a Google search on Box Jenkins Excel. There are a few add-ins and an
academic article.

=SUMPRODUCT(OFFSET(data,0,0,70-lag,1)-AVERAGE(data),OFFSET(data,lag,0,70-lag,1)-AVERAGE(data))/DEVSQ(data)

implements the definition of autocorrelation preferred in Box & Jenkins.

Jerry

Rado Lavrih wrote:

Hi!

wonder if anybody has knowledge of Excel add in that performs
autocorrelation function (ACF) and of the partial autocorrelation
function (PACF).

I need it for excel demonstration of Box Jenkinins Metholody for Arima
models in forecasting.

Thanks

Rado


  #4   Report Post  
Rado Lavrih
 
Posts: n/a
Default


Thanks Jerry! Works fine!

Bye


On Tue, 12 Jul 2005 21:14:37 -0400, "Jerry W. Lewis"
wrote:

Do a Google search on Box Jenkins Excel. There are a few add-ins and an
academic article.

=SUMPRODUCT(OFFSET(data,0,0,70-lag,1)-AVERAGE(data),OFFSET(data,lag,0,70-lag,1)-AVERAGE(data))/DEVSQ(data)

implements the definition of autocorrelation preferred in Box & Jenkins.

Jerry

Rado Lavrih wrote:

Hi!

wonder if anybody has knowledge of Excel add in that performs
autocorrelation function (ACF) and of the partial autocorrelation
function (PACF).

I need it for excel demonstration of Box Jenkinins Metholody for Arima
models in forecasting.

Thanks

Rado


  #5   Report Post  
Rado Lavrih
 
Posts: n/a
Default


P.S.: Jerry is there such a function for PACF too?

Regards

Rado


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
autocorrelation function MOO Excel Discussion (Misc queries) 3 April 12th 05 01:28 PM


All times are GMT +1. The time now is 08:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"