Model spiking as a statistical process, in Python.
For now git clone git@github.com:voytekresearch/fakespikes.git
into a folder on your python path.
From that folder open a terminal and install with pip, i.e.,
pip install .
Or if you plan to modify the code use
pip install -e .
For usage examples see examples/demo.py, and the function's docstrings.
numpy (tested on 1.9.2 but should with any modern verion)
Tested on
- Python 2.7.10
- OS X 10.10.3