Metadata-Version: 1.1
Name: pyjags
Version: 1.3.0
Summary: Python interface to JAGS library for Bayesian data analysis.
Home-page: https://github.com/michaelnowotny/pyjags
Author: Tomasz Miąsko, Michael Nowotny
Author-email: tomasz.miasko@gmail.com, nowotnym@gmail.com
License: GPLv2
Description: PyJAGS: The Python Interface to JAGS
        ====================================
        
        PyJAGS provides a Python interface to JAGS, a program for analysis of Bayesian
        hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.
        
        PyJAGS adds the following features on top of JAGS:
        
        * Multicore support for parallel simulation of multiple Markov chains
        * Saving sample MCMC chains to and restoring from HDF5 files
        * Functionality to merge samples along iterations or across chains so that sampling can be resumed in consecutive chunks until convergence criteria are satisfied
        * Connectivity to the Bayesian analysis and visualization package Arviz
        
        License: GPLv2
        
        Installation
        ------------
        A working JAGS installation is required.
        
        ::
        
          pip install pyjags
        
        Useful links
        ------------
        
        * `Package on the Python Package Index <https://pypi.python.org/pypi/pyjags>`_
        * `Project page on github <https://github.com/michaelnowotny/pyjags>`_
        * `JAGS manual and examples <http://sourceforge.net/projects/mcmc-jags/files/>`_
        
        
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 :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering
