Exercise: Covariance Structure of Brownian Motion
Prerequisites: Brownian Motion, Expectation and Variance
Problem
Let be a standard Brownian motion. Prove, using only the four axioms (BM1)–(BM4), that for all :
Then:
- Verify the identity numerically by simulation. Take , , generate sample paths of Brownian motion on using a grid of , and compute the sample covariance of . Compare to the theoretical value .
- Using the covariance identity, compute for . Show that the correlation depends only on the ratio , not on and separately.
- Use the correlation formula to explain why Brownian motion has long-range dependence in the sense that does not vanish as the gap grows when both and grow proportionally.
Hint
For the proof, write and use (BM2) and the mean-zero Gaussian increment from (BM3). For the simulation, use with i.i.d.
Jump to the solution when you're ready.