<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Components and Decomposition on DATATWEETS</title><link>https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/</link><description>Recent content in Components and Decomposition on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Sun, 28 Jun 2026 09:00:00 +0200</lastBuildDate><atom:link href="https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - Trend, Seasonality, and Residual</title><link>https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/lesson-1-trend-seasonality-and-residual/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/lesson-1-trend-seasonality-and-residual/</guid><description>Decomposition splits a series y into trend (T), seasonality (S), and residual (R) — the slow drift, the repeating calendar pattern, and whatever&amp;rsquo;s left after removing both. This lesson defines each component precisely, previews the additive and multiplicative combination rules, and explains why isolating them makes forecasting, diagnosis, and modeling all easier.</description></item><item><title>Lesson 2 - Classical Decomposition by Hand</title><link>https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/lesson-2-classical-decomposition-by-hand/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/lesson-2-classical-decomposition-by-hand/</guid><description>Classical decomposition is three steps: smooth out the seasonality and noise with a centered moving average to estimate trend, subtract that trend to expose the seasonal-plus-residual shape, then average by calendar month to isolate the seasonal indices, leaving the residual. Built by hand on Cyclepath with pandas, the result matches statsmodels&amp;rsquo; seasonal_decompose to the decimal.</description></item><item><title>Lesson 3 - Additive vs Multiplicative Models</title><link>https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/lesson-3-additive-vs-multiplicative-models/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/lesson-3-additive-vs-multiplicative-models/</guid><description>The additive-vs-multiplicative choice comes down to one question: does the seasonal swing stay a constant absolute size as the trend rises, or does it scale as a constant percentage of the level? This lesson tests that directly by tracking swing-to-level ratio year over year, applies it to Cyclepath (additive) and a contrasting series where the swing genuinely grows (multiplicative), and shows the log-transform trick that turns one into the other.</description></item><item><title>Lesson 4 - STL Decomposition</title><link>https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/lesson-4-stl-decomposition/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/lesson-4-stl-decomposition/</guid><description>STL replaces the classical method&amp;rsquo;s simple moving average with LOESS smoothing, which covers the full series with no missing edges and, in robust mode, resists being dragged around by outliers. Tested on Cyclepath with an injected spike, STL&amp;rsquo;s robust trend moves by only 17.8 at most versus 666.7 for the classical moving-average trend — a 37x difference from one bad data point.</description></item><item><title>Lesson 5 - Guided Project: Decomposing Cyclepath</title><link>https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/lesson-5-guided-project-decomposing-cyclepath/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/components-and-decomposition/lesson-5-guided-project-decomposing-cyclepath/</guid><description>The Module 2 capstone. You&amp;rsquo;ll rebuild Cyclepath, decompose it classically and with STL, confirm additive is the right model with real evidence, and interpret every component: 78.4% trend growth over eight years, a July peak of +3,307 trips against a January trough of -3,400, and a residual with no leftover structure — clean noise, ready for Module 3&amp;rsquo;s stationarity tests.</description></item></channel></rss>