<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Autocorrelation: ACF and PACF on DATATWEETS</title><link>https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/</link><description>Recent content in Autocorrelation: ACF and PACF on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Fri, 03 Jul 2026 09:00:00 +0200</lastBuildDate><atom:link href="https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - What ACF and PACF Measure</title><link>https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/lesson-1-what-acf-and-pacf-measure/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/lesson-1-what-acf-and-pacf-measure/</guid><description>The autocorrelation function (ACF) at lag k is the correlation between y_t and y_t-k, including any indirect relationship carried through the lags in between. The partial autocorrelation function (PACF) at lag k is that same relationship with the intermediate lags&amp;rsquo; effects removed — the direct connection only. This lesson defines both precisely, computes the first few lags on Cyclepath&amp;rsquo;s stationary series from Module 3, and explains why needing both is what makes AR/MA order selection possible.</description></item><item><title>Lesson 2 - Reading the Signatures: AR vs MA</title><link>https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/lesson-2-reading-the-signatures-ar-vs-ma/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/lesson-2-reading-the-signatures-ar-vs-ma/</guid><description>The classic Box-Jenkins identification rule: an AR(p) process has an ACF that decays gradually (geometrically, or as a damped wave) and a PACF that cuts off sharply after lag p; an MA(q) process is the mirror image, with the ACF cutting off after lag q and the PACF tailing off. Built on a known AR(1) process (phi=0.7) and MA(1) process (theta=0.7), both signatures show up exactly as the theory predicts, giving you a reference to compare any real series against.</description></item><item><title>Lesson 3 - Confidence Bands and Multiple Testing</title><link>https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/lesson-3-confidence-bands-and-multiple-testing/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/lesson-3-confidence-bands-and-multiple-testing/</guid><description>The conventional ACF/PACF significance band is ±1.96/√n, the 95% confidence interval under the null hypothesis that the series is white noise. But testing 15 lags at a 5% significance level each means chance alone produces a false alarm surprisingly often — a real simulation on pure white noise shows 42% of series trip at least one spurious &amp;lsquo;significant&amp;rsquo; lag. This lesson teaches the band&amp;rsquo;s formula and the discipline of treating an isolated spike with suspicion unless it has independent backing.</description></item><item><title>Lesson 4 - Reading Cyclepath's ACF and PACF</title><link>https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/lesson-4-reading-cyclepaths-acf-and-pacf/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/lesson-4-reading-cyclepaths-acf-and-pacf/</guid><description>Cyclepath&amp;rsquo;s seasonally-differenced series shows only two lags crossing the significance band on both ACF and PACF: lag 7 (-0.22 / -0.273) and lag 12 (-0.417 / -0.483). Everywhere else, both functions sit inside the band — the signature of essentially no regular AR or MA structure. Lag 12 has independent corroboration from Module 3&amp;rsquo;s known seasonal echo; lag 7 doesn&amp;rsquo;t, and the multiple-testing math from Lesson 3 says an isolated spurious spike like it is expected roughly 42% of the time anyway.</description></item><item><title>Lesson 5 - Guided Project: Choosing ARIMA Orders for Cyclepath</title><link>https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/lesson-5-guided-project-choosing-arima-orders-for-cyclepath/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/autocorrelation-acf-and-pacf/lesson-5-guided-project-choosing-arima-orders-for-cyclepath/</guid><description>The Module 4 capstone. From the ACF/PACF table, you&amp;rsquo;ll conclude the non-seasonal order is essentially (0,0) and shortlist three seasonal candidates at lag 12. A preview fit with statsmodels&amp;rsquo; SARIMAX shows the seasonal-AR(1) candidate winning on AIC (1123.93) by a wide margin — but a Ljung-Box residual check shows even the leader still has significant leftover autocorrelation, an honest signal that this shortlist is a starting point for Module 5 and 6, not a finished model.</description></item></channel></rss>