mattja / nsim

Large scale simulation of ODEs or SDEs, analyze time series.
GNU General Public License v3.0
25 stars 5 forks source link

nsim

| Simulate systems from ODEs, SDEs or fractional ODEs, analyze timeseries. | N.B. this is a pre-release: still a lot left to be done

Simulation

nsim is for systems in physics, biology and finance that are modelled in continuous time with differential equations. nsim makes it easy to define and simulate these (including proper treatment of noise) and to analyze the resulting time series.

Analyzing time series

Besides time series from simulations, empirical time series data can also be loaded from MATLAB .mat files or .EDF files for distributed analysis.

TODO

Thanks

Incorporates extra time series analyses from Forrest Sheng Bao's pyeeg http://fsbao.net

ipyparallel interactive parallel computing: https://ipyparallel.readthedocs.org/

See also:

sdeint: Library of SDE integration algorithms that is used by nsim to do the simulations. https://github.com/mattja/sdeint

fodeint: Library of fractional ODE integration algorithms used by nsim. https://github.com/mattja/fodeint