one-dimensional Brownian motion

228 Views Asked by At

Let ($W_t$) denote a standard one-dimensional Brownian motion with $W_0 = 0$, and let $M_t = \max W_s$ denote the running maximum process of $W$. Let $m_t = \min W_s$ denote the minimum of $W$ at time $t$.

Compute the expected range of $W: E(M_t − m_t)$

(Hint: use symmetry).

1

There are 1 best solutions below

5
On

$$-m_t = -\inf\limits_{0\leq s \leq t}W_s = \sup\limits_{0\leq s \leq t} (-W_s) \sim M_t \sim |W_t|$$ So, $$E(M_t - m_t) = 2E(|W_t|) =\sqrt{\frac{8t}{\pi}}$$