\( \newcommand{\P}{\mathbb{P}} \) \( \newcommand{\E}{\mathbb{E}} \) \( \newcommand{\R}{\mathbb{R}} \) \( \newcommand{\N}{\mathbb{N}} \) \( \newcommand{\Z}{\mathbb{Z}} \) \( \newcommand{\bs}{\boldsymbol} \) \( \newcommand{\cov}{\text{cov}} \) \( \newcommand{\cor}{\text{cor}} \) \( \newcommand{\var}{\text{var}} \) \( \newcommand{\sd}{\text{sd}} \)
  1. Random
  2. 16. Brownian Motion
  3. 1
  4. 2
  5. 3
  6. 4

2. Brownian Motion with Drift and Scaling

Basic Theory

Definition

We start with the assumptions that govern standard Brownian motion, except that we relax the restrictions on the parameters of the normal distribution.

Suppose that \( \mu \in \R \) and \( \sigma \in (0, \infty) \). Brownian motion with drift parameter \( \mu \) and scale parameter \( \sigma \) is a random process \(\bs{X} = \{X_t: t \in [0, \infty)\}\) with state space \(\R\) that satisfies the following properties:

  1. \( X_0 = 0 \) (with probability 1).
  2. \( \bs{X} \) has stationary increments. That is, for \( s, \, t \in [0, \infty) \) with \( s \lt t \), the distribution of \( X_t - X_s \) is the same as the distribution of \( X_{t - s} \).
  3. \( \bs{X} \) has independent increments. That is, for \( t_1, t_2, \ldots, t_n \in [0, \infty) \) with \( t_1 \lt t_2 \lt \cdots \lt t_n \), the random variables \( X_{t_1}, X_{t_2} - X_{t_1}, \ldots, X_{t_n} - X_{t_{n-1}} \) are independent.
  4. \( X_t \) has the normal distribution with mean \( \mu t \) and variance \( \sigma^2 t \) for \( t \in [0, \infty) \).
  5. With probability 1, \( t \mapsto X_t \) is continuous on \( [0, \infty) \).

Note that we cannot assign the parameters of the normal distribution of \(X_t\) arbitrarily. We know that since \(\bs{X}\) has stationary, independent increments, \(\E(X_t)\) and \(\var(X_t)\) must be linear functions of \( t \in [0, \infty) \).

Open the simulation of Brownian motion with drift and scaling. Run the simulation in single step mode several times for various values of the parameters. Note the behavior of the sample paths. For selected values of the parameters, run the simulation 1000 times and compare the empirical density function and moments to the true density function and moments.

It's easy to construct Brownian motion with drift and scaling from a standard Brownian motion, so we don't have to worry about the existence question.

Relation to standard Brownian motion.

  1. Suppose that \(\bs{Z} = \{Z_t: t \in [0, \infty)\}\) is a standard Brownian motion, and that \(\mu \in \R\) and \(\sigma \in (0, \infty)\). Let \(X_t = \mu t + \sigma Z_t\) for \(t \in [0, \infty)\). Then \(\bs{X} = \{X_t: t \in [0, \infty)\}\) is a Brownian motion with drift parameter \(\mu\) and scale parameter \(\sigma\).
  2. Conversely, suppose that \(\bs{X} = \{X_t: t \in [0, \infty)\}\) is a Brownian motion with drift parameter \(\mu \in \R\) and scale parameter \(\sigma \in (0, \infty)\). Let \(Z_t = (X_t - \mu t) \big/ \sigma\) for \(t \in [0, \infty)\). Then \(\bs{Z} = \{Z_t: t \in [0, \infty)\}\) is a standard Brownian motion.
Details:

It's straightforwrd to show that the processes \(\bs{X}\) and \(\bs{Z}\) satisfy the appropriate set of assumptions.

In differential form, part (a) can be written as \[ d X_t = \mu \, dt + \sigma \, d Z_t, \; X_0 = 0 \]

Finite Dimensional Distributions

Suppose that \( \bs{X} = \{X_t: t \in [0, \infty)\} \) is Brownian motion with drift parameter \(\mu \in \R\) and scale parameter \(\sigma \in (0, \infty)\). It follows from part (d) of the definition in that \( X_t \) has probability density function \( f_t \) given by \[ f_t(x) = \frac{1}{\sigma \sqrt{2 \pi t}} \exp\left[-\frac{1}{2 \sigma^2 t} (x - \mu t)^2\right], \quad x \in \R \] This family of density functions determines the finite dimensional distributions of \( \bs{X} \).

If \( t_1, t_2, \ldots, t_n \in (0, \infty) \) with \( 0 \lt t_1 \lt t_2 \cdots \lt t_n \) then \( (X_{t_1}, X_{t_2}, \ldots, X_{t_n}) \) has probability density function \( f_{t_1, t_2, \ldots, t_n} \) given by \[ f_{t_1, t_2, \ldots, t_n}(x_1, x_2, \ldots, x_n) = f_{t_1}(x_1) f_{t_2 - t_1}(x_2 - x_1) \cdots f_{t_n - t_{n-1}}(x_n - x_{n-1}), \quad (x_1, x_2, \ldots, x_n) \in \R^n \]

Details:

This follows because \(\bs{X}\) has stationary, independent increments.

\( \bs{X} \) is a Gaussian process with mean function mean function \( m \) and covariance function \( c \) given by

  1. \( m(t) = \mu t \) for \( t \in [0, \infty) \)
  2. \( c(s, t) = \sigma^2 \min\{s, t\} \) for \( s, \, t \in [0, \infty) \).
Details:

The fact that \(\bs{X}\) is a Gaussian process follows from the construction \(X_t = \mu t + \sigma Z_t\) for \(t \in [0, \infty)\), where \(\bs{Z}\) is a standard Brownian motion. We know that \(\bs{Z}\) is a Gaussian process. The form of the mean and covariance functions follow because \(\bs{X}\) has stationary, independent increments. Note that \(\mu\) and \(\sigma^2\) are the mean and variance of \(X_1\).

The correlation function is independent of the parameters, and thus is the same as for standard Brownian motion. This is hardly surprising since correlation is a standardized measure of association. \[ \cor(X_s, X_t) \frac{\sigma^2 \min\{s, t\}}{\sigma s \sigma t} = \frac{\min\{s, t\}}{s t} = \sqrt{\frac{\min\{s, t\}}{\max\{s, t\}}}, \quad (s, t) \in [0, \infty)^2 \]

Transformations

There are a couple simple transformations that preserve Brownian motion, but perhaps change the drift and scale parameters. Our starting place is a Brownian motion \( \bs{X} = \{X_t: t \in [0, \infty)\} \) with drift parameter \( \mu \in \R \) and scale parameter \( \sigma \in (0, \infty) \). Our first result involves scaling \( \bs{X} \) is time and space (and possible reflecting in the spatial origin).

Let \( a \in \R \setminus \{0\} \) and \( b \in (0, \infty) \). Define \( Y_t = a X_ {b t} \) for \( t \ge 0 \). Then \( \bs{Y} = \{Y_t: t \ge 0\} \) is also a Brownian motion with drift parameter \( a b \mu \) and scale parameter \(\left|a\right| \sqrt{b} \sigma \).

Details:

Clearly the new process is still a Gaussian process. The mean function is \( \E(Y_t) = a \E(X_{b t}) = a b \mu t \) for \( t \in [0, \infty) \). The covariance function is \( \cov(Y_s, Y_t) = a^2 \cov(X_{bs}, X_{bt}) = a^2 \sigma^2 \min\{b s, b t\} = a^2 b \sigma^2 \min\{s, t\} \) for \( (s, t) \in [0, \infty)^2 \). Finally, since \( \bs{X} \) is continuous, so is \( \bs{Y} \).

Suppose that \( a \gt 0 \) in the previous theorem, so that we are scaling temporally and spatially. In order to preserve the original drift parameter \(\mu\) we must have \(a b = 1\) (if \(\mu \ne 0\)). In order to preserve the original scale parameter \(\sigma\), we must have \( a \sqrt{b} = 1 \). We can't have both unless \(\mu = 0\), which leads to a slight generalization of one of our results for standard Brownian motion:

Suppose that \(\bs{X}\) is a Brownian motion with drift parameter \(\mu = 0\) and scale parameter \(\sigma > 0\). Suppose also that \(c \gt 0 \) and let \(Y_t = \frac{1}{c} X_{c^2 t}\) for \(t \ge 0\). Then \(\bs{Y} = \{Y_t: t \in [0, \infty)\}\) is also a Brownian motion with drift parameter 0 and scale parameter \(\sigma\).

Our next result is related to the Markov property, which we explore in more detail below. We return to the general case where \(\bs{X} = \{X_t: t \in [0, \infty)\}\) is a Brownian motion with drift parameter \(\mu \in \R\) and scale parameter \(\sigma \in (0, \infty)\). If we restart Brownian motion at a fixed time \( s \), and shift the origin to \( X_s \), then we have another Brownian motion with the same parameters.

Fix \( s \in [0, \infty) \) and define \( Y_t = X_{s + t} - X_s \) for \( t \ge 0 \). Then \( \bs{Y} = \{Y_t: t \in [0, \infty)\} \) is also a Brownian motion with the same drift and scale parameters.

Details:

Clearly \( \bs{Y} \) is also a Gaussian process. Moreover, \( \E(Y_t) = \E(X_{s + t}) - \E(X_s) = \mu(s + t) - \mu s = \mu t \) for \( t \in [0, \infty) \). Also, if \( r, \, t \in [0, \infty) \) with \( r \le t \) then \begin{align} \cov(Y_r, Y_t) & = \cov(X_{s + r} - X_s, X_{s + t} - X_s) \\ & = \cov(X_{s + r}, X_{s + t}) - \cov(X_{s + r}, X_s) - \cov(X_s, X_{s + t}) + \cov(X_s, X_s) \\ & = \sigma^2 (s + r) - \sigma^2 s - \sigma^2 s + \sigma^2 s = \sigma^2 r \end{align} Finally, \( \bs{Y} \) is continuous by the continuity of \( \bs{X} \).

The Markov Property and Stopping Times

As usual, we start with a Brownian motion \( \bs{X} = \{X_t: t \in [0, \infty)\} \) with drift parameter \( \mu \) and scale parameter \( \sigma \). Recall again that a Markov process has the property that the future is independent of the past, given the present state. Because of the stationary, independent increments property, Brownian motion has the property. As a minor note, to view \( \bs{X} \) as a Markov process, we sometimes need to relax Assumption 1 and let \( X_0 \) have an arbitrary value in \( \R \). Let \( \mathscr{F}_t = \sigma\{X_s: 0 \le s \le t\} \), the sigma-algebra generated by the process up to time \( t \in [0, \infty) \). The family of \(\sigma\)-algebras \(\mathfrak{F} = \{\mathscr{F}_t: t \in [0, \infty)\}\) is known as a filtration.

Brownian motion is a time-homogeneous Markov process with transition probability density \( p \) given by \[ p_t(x, y) = f_t(y - x) =\frac{1}{\sigma \sqrt{2 \pi t}} \exp\left[-\frac{1}{2 \sigma^2 t} (y - x - \mu t)^2\right], \quad t \in (0, \infty); \; x, \, y \in \R \]

Details:

Fix \( s \in [0, \infty) \). The result follows from the fact that the process \( \{X_{s+t} - X_s: t \in [0, \infty)\} \) is another standard Brownian motion, as noted in , and is independent of \( \mathscr{F}_s \).

The transtion density \( p \) satisfies the following diffusion equations. The first is known as the forward equation and the second as the backward equation.

\begin{align} \frac{\partial}{\partial t} p_t(x, y) & = -\mu \frac{\partial}{\partial y} p_t(x, y) + \frac{1}{2} \sigma^2 \frac{\partial^2}{ \partial y^2} p_t(x, y) \\ \frac{\partial}{\partial t} p_t(x, y) & = \mu \frac{\partial}{\partial x} p_t(x, y) + \frac{1}{2} \sigma^2 \frac{\partial^2}{ \partial x^2} p_t(x, y) \end{align}
Details:

These results follows from standard calculus.

The diffusion equations are so named, because the spatial derivative in the first equation is with respect to \( y \), the state forward at time \( t \), while the spatial derivative in the second equation is with respect to \( x \), the state backward at time 0.

Recall again that a random time \( \tau \) taking values in \( [0, \infty] \) is a stopping time with respect to the process \( \bs{X} \) if \( \{\tau \le t\} \in \mathscr{F}_t \) for every \( t \in [0, \infty) \). The \( \sigma \)-algebra associated with \( \tau \) is \[ \mathscr{F}_\tau = \left\{B \in \mathscr{F}: B \cap \{\tau \le t\} \in \mathscr{F}_t \text{ for all } t \ge 0\right\} \] See the section on Filtrations and Stopping Times for more information on filtrations, stopping times, and the \(\sigma\)-algebra associated with a stopping time. Brownian motion \( \bs{X} \) is also a strong Markov process.

Suppose that \( \tau \) is a stopping time and define \( Y_t = X_{\tau + t} - X_\tau \) for \( t \in [0, \infty) \). Then \( \bs{Y} = \{Y_t: t \in [0, \infty)\} \) is a Brownian motion with the same drift and scale parameters, and is independent of \( \mathscr{F}_\tau \).