can someone explain this notation to me?

201 Views Asked by At

$$ dz_t \sim O\left(\sqrt{dt}\,\right) $$

$z$ is a Brownian motion random variable, for reference. I just don't understand what the $\sim O$ part means. I've looked up the page for Big O notation on wikipedia because I thought it might be related, but I can't see the link.

2

There are 2 best solutions below

3
On BEST ANSWER

This notation is for intuition about the change in brownian motion. That is, this is not formal but is a good enough mnemonic for practitioners.

$dz_t$ is the change in brownian motion at time $t$. Lets informally think of this as $z_{t+dt} - z_t$. We know by the properties of brownian motion that this is normally distributed with variance $t+dt - t = dt$. Thus, informally again, $dz_t$ is zero-mean normal with standard deviation $\sqrt{dt}$.

That is, $dz_t$ "grows" as $\sqrt{dt}$. Loosely speaking again, for a zero mean random variable with standard deviation $c$, a lot of the probability mass is within the interval $[-c,c]$. This is captured by the Big-O notation.

In conclusion, the mnemonic is giving the intuition that if you see the $dz_t$ term (called the diffusion term) while describing a stochastic process in ito calculus, you should think of that term as being $O(\sqrt{dt})$ compared to the drift term which is O($dt$).

0
On

My advice about this notation is already in a comment... What the notation refers to is the fact that if $(z_t)$ is a linear Brownian motion then, for every $t$, $z_{t+s}-z_t$ is normal centered with variance $s$ hence, for example $E[|z_{t+s}-z_t|]=c\sqrt{s}$ for some absolute constant $c$.

Note that pathwise properties of $(z_t)$ are quite different since, for example, almost surely, $$ \liminf_{s\to0+}\frac{z_{t+s}-z_t}{\sqrt{2s\log\log1/s}}=-1,\qquad\limsup_{s\to0+}\frac{z_{t+s}-z_t}{\sqrt{2s\log\log1/s}}=1. $$