LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/modules.rst
docs/nsim.analyses1.rst
docs/nsim.analysesN.rst
docs/nsim.models.rst
docs/nsim.rst
examples/README.txt
examples/example_JansenRit.py
examples/example_ODE.py
examples/example_OU2D.py
examples/example_complex_variables.py
examples/example_interactive_syntax.py
examples/example_phase_diffusion.py
examples/example_read_edf_file.py
nsim/__init__.py
nsim/nsim.py
nsim/readfile.py
nsim/sde.py
nsim/timeseries.py
nsim.egg-info/PKG-INFO
nsim.egg-info/SOURCES.txt
nsim.egg-info/dependency_links.txt
nsim.egg-info/not-zip-safe
nsim.egg-info/requires.txt
nsim.egg-info/top_level.txt
nsim/analyses1/__init__.py
nsim/analyses1/_cwtmorlet.py
nsim/analyses1/epochs.py
nsim/analyses1/freq.py
nsim/analyses1/phase.py
nsim/analyses1/plots.py
nsim/analyses1/pyeeg.py
nsim/analysesN/README
nsim/analysesN/__init__.py
nsim/analysesN/phase.py
nsim/analysesN/plots.py
nsim/models/__init__.py
nsim/models/basic_sde.py
nsim/models/neural_mass.py
nsim/models/oscillators.py
nsim/tests/test_sde.py
nsim/tests/test_timeseries.py