matt-graham / simsde

Numerical integrators for simulating stochastic differential equations in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simsde

Numerical integrators for simulating stochastic differential equations in Python.

Local installation

To install the latest version of the simsde package and its dependencies in a Python 3.7 or above environment run

pip install git+https://github.com/matt-graham/simsde.git@main

To run the example notebooks you will also need to install JAX, Matplotlib and Jupyter, for example by running

pip install jax matplotlib jupyterlab

About

Numerical integrators for simulating stochastic differential equations in Python

License:MIT License


Languages

Language:Jupyter Notebook 99.0%Language:Python 1.0%