Metadata-Version: 1.1
Name: pyjags
Version: 1.1.0
Summary: Python interface to JAGS library for Bayesian data analysis.
Home-page: https://github.com/tmiasko/pyjags
Author: Tomasz Miąsko
Author-email: tomasz.miasko@gmail.com
License: GPLv2
Description: PyJAGS: The Python Interface to JAGS
        ====================================
        
        |docs| |build|
        
        PyJAGS provides a Python interface to JAGS, a program for analysis of Bayesian
        hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.
        
        License: GPLv2
        
        Installation
        ------------
        
        ::
        
          pip install pyjags
        
        Useful links
        ------------
        
        * `Documentation hosted on the Read the Docs
          <https://pyjags.readthedocs.org/en/latest/?badge=latest>`_
        * `Package on the Python Package Index <https://pypi.python.org/pypi/pyjags>`_
        * `Project page on github <https://github.com/tmiasko/pyjags>`_
        * `JAGS manual and examples <http://sourceforge.net/projects/mcmc-jags/files/>`_
        
        .. |docs| image:: https://readthedocs.org/projects/pyjags/badge/?version=latest
            :alt: Documentation Status
            :target: https://pyjags.readthedocs.org/en/latest/?badge=latest
        .. |build| image:: https://travis-ci.org/tmiasko/pyjags.svg?branch=travis
            :alt: Build Status
            :target: https://travis-ci.org/tmiasko/pyjags
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering
