This repo is a partial implementation of the chapter 'Simulation of Brownian motion' from the book 'Brownian Motion: a guide to random processes and stochastic calculus', by René L. Schilling.
The first algorithm implemented to generate a Brownian path uses stationary and independent increments:
A path created with this method is presented below.
This method works particularly well if the step size
To get a refinement of an already simulated path, one can use the idea of Lévy's original argument.
A path with 10 sampled BM interpolated 4 times
- Lévy-Ciesielski algorithm
- Donsker's invariance principle
- Q-Brownian motion
- Stochastic Differential Equations



