Some Basic Examples of Time Series

Learn about white noise and random walk.

White noise

Simply put, white noise is a time series with 0 mean, some variance, σ2\sigma^2, and 0 autocovariance. More formally, we would say that a series yty_t is white noise if E(yt)=0E(y_t) = 0 and σ20\sigma^2 \neq0 for all time steps kk.

A white noise process would be denoted as ytWN(σ2)y_t \sim \text{WN}(\sigma^2). More often than not, however, we will find white noise represented with Greek letter ϵt\epsilon_t, so that ϵtWN(σ2)\epsilon_t \sim \text{WN}(\sigma^2).

That was a lot of mathematical notation, so let’s get more visual. Run the code snippet below.

Get hands-on with 1200+ tech skills courses.