This document provides an introduction to time series forecasting and pattern identification. It begins with examples of things that can be forecasted, such as business metrics, weather, and lottery numbers. The main types of patterns in time series data are then explained: trends (linear, exponential, damped), seasonal, cyclical, and random/irregular. Stationarity and the level component of a time series are also defined. Finally, a flow diagram shows the process for selecting the appropriate forecasting algorithm depending on factors like stationarity, whether the dataset is univariate or multivariate, and what patterns are present. Common algorithms mentioned are Holt-Winters exponential smoothing, ARIMA, and ARIMAX models.
Related topics: