Box-Jenkins techniques & Time Series

  • Thread starter Thread starter Guest
  • Start date Start date
Do you know how to use Box-Jenkins techniques in excel?

The same as you would use them with a calculator. There are no specific
functions built into Excel for any time series calculations, but the
SUMPRODUCT, SUMIF, COUNTIF and OFFSET functions would be the primary ones
you'd need in order to write formulas needed.
 
Business Analysis with Excel 2nd Edition, Que, 2002, has VBA code that
calculates and charts a time series' ACFs and PACFs. Once you've identified
the ARIMA model you're in a position to create the forecast using Excel's
worksheet functions.
 
k. Be careful about identifying BJ models when you have data that is
impacted by unusual events, level shifts, seasonal pulses or local time
trends .

you might use Intervention Detection to detect these things.

Also be converned about changes in variance and/or changes in
parameters over time.

For more in Box-Jenkins .. see http://www.autobox.com

regards

Dave Reilly
AFS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

box jenkins forecast 4
Need a forcasting add-in 1
BETA Testers 1
Counting text in multiple cells. 8
Concatenate string properties of objects through Linq? 2
BETA Testers 12
Word Document 3
font missing 4

Back
Top