Fitr is currently being rewritten from the ground up to be faster and more flexible. Stay tuned for updates.
conda install --yes --file requirements.txt
or
pip install -r requirements.txt
pip install git+https://github.com/abrahamnunes/fitr.git
or
git clone https://github.com/abrahamnunes/fitr.git
cd fitr
python setup.py develop --user
conda install --yes --file requirements_test.txt
or
pip install -r requirements_test.txt
- Full API documentation in the
docs/api
folder. - Detailed documentation in
docs/tex/fitr_documentation.pdf
- See
examples/
folder - Tutorials with deeper explanations in
docs/tex/fitr_documentation.pdf
- Being Updated
- This project uses the GNU General Public License v3.0 - see the LICENSE.md file for details
If you use Fitr in your work, we would very much appreciate the citation, which can be done as follows:
- Abraham Nunes, Alexander Rudiuk, & Thomas Trappenberg. (2017). Fitr: A Toolbox for Computational Psychiatry Research. Zenodo. http://doi.org/10.5281/zenodo.439989