How can we easily compute $\mathbb{E} [ \left|W_t\right|]$, where $W = (W_t)_{t \geq 0}$ is the one dimensional standard Brownian motion (or wiener process)?
The law of absolute value of a standard Brownian motion
8
$\begingroup$
probability
probability-theory
stochastic-processes
1 Answers
14
The finite one-dimensional distribution of $W_t$ is normal with mean 0 and variance $t$. This means that $E[|W_t|]=\sqrt{\frac{2t}{\pi}}$ because $$\int_0^{\infty} 2 x \frac{1}{\sqrt{2 \pi t}} \exp \left( - \frac{1}{2 t} x^2 \right) \mathrm{d} x = \sqrt{\frac{2t}{\pi}}$$
-
1Hello, and if I want to compute $Var[|W_t|]$. How do I solve it?? – 2014-07-02
-
1@Salvattore Use the second moment – 2015-03-29