Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whiteblackgoose/brownian-motion-chart

Visualisation of change of a value according to brownian motion
https://github.com/whiteblackgoose/brownian-motion-chart

Last synced: 18 days ago
JSON representation

Visualisation of change of a value according to brownian motion

Awesome Lists containing this project

README

        


Brownian motion chart


Made using FOSS-only



![gif with demo](./demo.gif)

### What's going on

It's an infinite tape of visualisation of a value $v$, whose increment over time is defined as
$$\delta v_t \sim \mathcal{N}(0, t)$$

It's a special case of Martingale's process, for which
$$E(X_{n+1} | {\tau}_n) = E(X_n)$$

Or, in other words, no matter at which value $v$ we're right now, the expected value at any future point is equal to $v$.