Examples

Twenty-eight Gaussian random walks of 64 steps, their sample mean in green, and the band of two standard deviations.

Each worked example contains a model module, two tests, a plot.py script that writes PDF files, and a derivation of its results. Every result stated below is verified by the test suite, and each example page shows the figures its script produces.

Running the Examples

From the root of a clone of the repository:

pip install -e '.[dev]'
pytest                               # all tests
python tests/stsp/plot.py            # writes route.pdf and overview.pdf into tests/stsp
© 2026 Kabir Murjani. MIT Licence.