PyRational

A package for rational modelling and dual probabilisitc programming


License
BSD-3-Clause
Install
pip install PyRational==0.0.4

Documentation

PyRational

The rational choice modelling framework in Python.

Citation

@Misc{PyRational2018,
  author =   {{Benavoli, A.}},
  title =    {{PyRational}: A rational choice modelling framework in Python,
  howpublished = {\url{https://github.com/PyRational/PyRational/}},
  year = {since 2018}
}

Getting started: installing with pip

pip install PyRational

Contributing to PyRational

We welcome any contributions to PyRational. We use the GitHub feature of pull requests for contributions.

For a description of pull requests, please visit https://help.github.com/articles/using-pull-requests/ . Steps to a successfull contribution:

  • Fork PyRational: https://help.github.com/articles/fork-a-repo/
  • Make your changes to the source in your fork.
  • Create a pull request to the devel branch in PyRational, see above.
  • We will run some tests on your pull request. In the comments section we will be able to discuss the changes and help you with any problems. Let us know if there are any in the comments, so we can help.