/fastdm

Python wrapper for the fast-dm drift diffusion model fitter

Primary LanguagePython

fast-dm Python wrapper

This is a simple Python wrapper around the fast-dm library.

Installation

You can install this package like any other.

simplest way is pip install fastdm

Or if you want to install the bleeding-edge development version:

pip install git+git://github.com/Gilles86/fastdm.git#egg=fastdm

Examples

Here you find an IPython notebook showing how to use the wrapper.

Dependencies