Metadata-Version: 1.2
Name: rlssm
Version: 0.1.dev0
Summary: rlssm: a package for fitting RL models, DDM, and combinations of the two
Home-page: https://github.com/laurafontanesi/rlssm
Author: Laura Fontanesi
Author-email: laura.fontanesi.1@gmail.com
Maintainer: Laura Fontanesi
Maintainer-email: laura.fontanesi.1@gmail.com
License: MIT
Description: 
        
        rlssm
        ========
        rlssm is a Python package for fitting RL models, DDM, and combinations of the two using Bayesian parameter estimation and it's based on [PyStan](https://pystan.readthedocs.io/en/latest/index.html).
        
        The RLSSMs (combinations of RL and DDM) are based on the following papers:
        - Fontanesi, L., Gluth, S., Spektor, M.S. et al. Psychon Bull Rev (2019) 26: 1099. https://doi.org/10.3758/s13423-018-1554-2
        - Fontanesi, L., Palminteri, S. & Lebreton, M. Cogn Affect Behav Neurosci (2019) 19: 490. https://doi.org/10.3758/s13415-019-00723-1
        
        License
        =======
        ``rlssm`` is licensed under the terms of the MIT license. See the file
        "LICENSE" for information on the history of this software, terms & conditions
        for usage, and a DISCLAIMER OF ALL WARRANTIES.
        
        All trademarks referenced herein are property of their respective holders.
        
        Copyright (c) 2019--, Laura Fontanesi,
        University of Basel.
        
Platform: OS Independent
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires: numpy
Requires: pandas
Requires: pystan
