add bench vs proj & continue python work
[sddekit.git] / README.md
blobcd137186bbac6bc8307f83f5861cae7f8436ec07
1 # SDDEKit
3 [![Build Status](https://travis-ci.org/maedoc/sddekit.svg?branch=master)](https://travis-ci.org/maedoc/sddekit) [![Coverage Status](https://coveralls.io/repos/github/maedoc/sddekit/badge.svg?branch=master)](https://coveralls.io/github/maedoc/sddekit?branch=master)
5 ## What is SDDEKit?
7 A library for stochastic delay differential equations implementing published
8 numerical schemes, utilities for constructing network models and handling
9 simulation results, as well as bindings for MATLAB, Python.  Our intent is
10 to make it possible to use and benchmark available schemes on your favorite
11 model, not invent new numerical schemes, so we have attempted to follow
12 published results, documenting caveats, assumptions etc. Care will be taken to
13 handle calculation of partial erivatives, to enable higher order schemes,
14 optimization and inversion techniques.
16 *This is project is currently under heavy development; not for use pending v0.1 release*.
18 ## Example
20 *TODO*
22 ## References
24 - Kloeden & Platen 1999 *Numerical Solution of Stochastic Differential Equations*.
25 - Fox et al 1998
26 - Mannella 200?
27 - Jimenez et al 2015
28 - Kuechler & Platen 2000