Metadata-Version: 1.1
Name: fitr
Version: 0.0.1
Summary: Fit reinforcement learning models to behavioural data
Home-page: https://github.com/ComputationalPsychiatry/fitr
Author: Abraham Nunes
Author-email: nunes@dal.ca
License: MIT
Download-URL: https://github.com/ARudiuk/ComputationalPsychiatry/tarball/0.0.1
Description: .. -*- mode: rst -*-
        
        fitr |Build|_ |Documentation|_ |Codecov|_ |Health|_ |DOI|_
        ==========================================================
        
        .. |Build| image:: https://travis-ci.org/ComputationalPsychiatry/fitr.svg?branch=master
        .. _Build: https://travis-ci.org/ComputationalPsychiatry/fitr
        
        .. |Documentation| image:: https://readthedocs.com/projects/computationalpsychiatry-fitr/badge/?version=latest
        .. _Documentation: https://computationalpsychiatry-fitr.readthedocs-hosted.com/en/latest/?badge=latest
        
        .. |Codecov| image:: https://codecov.io/gh/ComputationalPsychiatry/fitr/branch/master/graphs/badge.svg
        .. _Codecov: https://codecov.io/gh/ComputationalPsychiatry/fitr/branch/master
        
        .. |Health| image:: https://landscape.io/github/ComputationalPsychiatry/fitr/master/landscape.svg?style=flat
        .. _Health: https://landscape.io/github/ComputationalPsychiatry/fitr/master
        
        .. |DOI| image:: https://zenodo.org/badge/82499710.svg
        .. _DOI: https://zenodo.org/badge/latestdoi/82499710
        
        Python implementation of package to fit reinforcement learning models to
        behavioural data
        
        Installation
        ------------
        
        The current PyPI release of Fitr can be installed as follows::
        
            pip install fitr
        
        If you want the latest version on the GitHub master branch, install as follows::
        
            pip install git+https://github.com/ComputationalPsychiatry/fitr.git
        
        Tutorials
        ---------
        
        Tutorials (Jupyter Notebooks) can be found in the examples folder. They include
        
        1. `Introductory tutorial (EM and Bayesian Model Selection) <https://github.com/ComputationalPsychiatry/fitr/blob/master/examples/intro-tutorial.ipynb>`_
        2. `Fitting a Model with MCMC <https://github.com/ComputationalPsychiatry/fitr/blob/master/examples/Fitting%20a%20Model%20with%20MCMC.ipynb>`_
        3. `Use MCMC with your own Stan Code <https://github.com/ComputationalPsychiatry/fitr/blob/master/examples/Use%20MCMC%20with%20your%20own%20Stan%20Code.ipynb>`_
        4. `Using Multiple Model-Fitting Routines for Same Model <https://github.com/ComputationalPsychiatry/fitr/blob/master/examples/Using%20Multiple%20Methods%20to%20fit%20Models.ipynb>`_
        
        How to Cite
        -----------
        
        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
        
Keywords: reinforcement learning,computational psychiatry,python,model fitting
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 2.7
