I am currently reading about stochastic processes and Brownian Motion.
When books have notation such as $E[X_t] = 0$ and $Var[X_t] = \sqrt{t}$ this is considered over sample paths.
However, when we consider the distribution of the increment $X_t - X_s \sim \mathcal{N}(0,|t-s|)$ what random variable is this exactly?
Is it:
- The increment at a fixed time over possible paths i.e. the set $ [ X(t,\omega_k) - X(s,\omega_k) ]_k $ for fixed $t,s$
- The increment over a particular path, but varying the times the increments are taken i.e. the set $ [X(t,\omega) - X(t+\Delta,\omega) ]_{\Delta}$ for fixed $\Delta,\omega$
Does one of these imply the other perhaps? I have tested it empirically and it seems to be true in both cases.
"If you fix one $t \z in T$, and write the particular value $X(\omega)(t)$ on each ticket, you have--obviously--a random variable. Its name is $X_t$."
Based on this quote, I would say that it is statement 1. that is the correct interpretation of the distribution of increments?
– NavStoke Apr 03 '23 at 18:13