Python behavioral toolbox for the analysis of free-recall data
Please report potential bugs and make feature requests on github.
The toolbox depends on two packages that are standard for scientific computing:
You can use anaconda to install this dependency if it is not already installed:
conda install -y numpy scipy
If you are working on data formats commonly used by the Computational Memory Lab, it is recommended that you install PTSA to facilitate reading in behavioral data into a format usable by the toolbox.
To install from source, download the source code and install:
python setup.py install