8 Stochastic processes
A stochastic process is a family of random variables, indexed by time. You may think of it as a random signal.
A stochastic process may be described in discrete-time, where we have a family of random variables \(\{X_n : n \in N\}\) where index set \(N\) is either \(\{0, 1, \dots, \}\) or \(\{1, 2, \dots\}\) or in some cases \(\integers\).
Note that all random variables must be defined on a common probability space \((Ω, \ALPHABET F, \PR)\). For a fixed \(ω \in Ω\), we get a sequence of real numbers \(\{X_n(ω)\}_{n \ge 0}\). Such a sequence is called a realization or sample path.
As an example, consider an infinite sequence of bits, where each bit is i.i.d. \(\text{Bernoulli}(p)\). A sample path is shown below.
- As an other example, consider a stochastic process \(\{Y_n\}_{n \ge 0}\) defined as \[ Y_n = x_n + W_n \] where \(\{x_n\}_{n \ge 0}\) is a deterministic discrete-time signal given by \(x_n = \sin(2πn/25)\) and \(\{W_n\}_{n \ge 0}\) is a Gaussian noise process, where \(W_n \sim \mathcal{N}(0,0.2)\). A sample path of \(\{Y_n\}_{n \ge 0}\) is shown below.
It is also possible for a stochastic process to be continuous time, where we have an uncountable collection of random variables \(\{X_t : t \in T \}\), where the index set \(T\) is either \((-∞, ∞)\) or \([0, ∞)\). Continuous-time stochastic processes tend to be a bit more technical than discrete-time stochastic processes.
As the above examples illustrate, the random variables \(\{X_n\}_{n \ge 0}\) need not be independent. So, we need a way to specify the joint distribution of a countable collection of random variables. This means that for any collection of time indices \(\{n_1, \dots, n_k\}\), we must be able to specify the joint CDF of the random variables \((X_{n_1}, X_{n_2}, \dots, X_{n_k})\).
A discrete time stochastic process \(\{X_n\}_{n \ge 0}\) is called strong-sense stationary if for any \(\{n_1, \dots, n_k\}\) and \(m > 0\), the random vectors \[ (X_{n_1}, X_{n_2}, \dots, X_{n_k}) \quad \text{and}\quad (X_{n_1 + m}, X_{n_2 + m}, \dots, X_{n_k + m}) \] have the same joint distributions.