This document provides an overview of univariate time series modeling and forecasting. It defines concepts such as stationary and non-stationary processes. It describes autoregressive (AR) and moving average (MA) models, including their properties and estimation. It also discusses testing for autocorrelation and stationarity. The key models covered are AR(p) where the current value depends on p past lags, and MA(q) where the error term depends on q past error terms. Wold's decomposition theorem states that any stationary time series can be represented as the sum of deterministic and stochastic components.