Time Series Analysis

Decomposes and forecasts time-indexed data with STL, ARIMA/SARIMA, and Prophet, validated by time-ordered backtests against a seasonal-naive baseline. Use when someone asks "forecast next quarter's demand", "is this series seasonal", "why is my ARIMA forecast flat", "how do I backtest a forecast", or has any metric indexed by time that needs prediction or decomposition. Do NOT use for explaining what a trend means for strategy - use trend-analysis instead; for estimating the causal impact of an intervention on a series use causal-inference; for translating a forecast into an ARR or MRR plan use revenue-modeling.

SkillMedev c43e44e 7.5 KB Updated

File contents

SkillMedev/data-engineering-pipeline/tree/main/skills/time-series commit c43e44eb27

Frequently asked questions

npx skillmds@latest add skillmedev/time-series-analysis