Python toolbox for Bayesian psychometric function estimation.
For users
pip install https://github.com/wichmann-lab/python-psignifit/zipball/master
For developers, from within the git repo clone:
pip install -e .
For users within Python console
>>> import psignifit
>>> psignifit.test()
For developers, from within the git repo clone:
pytest
See the CONTRIBUTORS file
See the COPYRIGHT file