Metadata-Version: 1.0
Name: multichain_mcmc
Version: 0.3
Summary: Multichain MCMC framework and algorithms
Home-page: pypi.python.org/pypi/multichain_mcmc
Author: John Salvatier
Author-email: jsalvati@u.washington.edu
License: BSD
Description: 
                            A simple framework based on PyMC for multichain MCMC algorithms. 
                            
                            Contains working implementations of:
                                * DREAM/DREAM_ZS sampler : multichain_mcmc.dream.DreamSampler
                                * Adaptive Metropolis Adjusted Langevin Algorithm (AMALA) sampler : multichain_mcmc.amala.AmalaSampler
                                
                            See the sampler classes for details. AMALA sampler requires PyMC branch with gradient information support to function.
                                http://github.com/pymc-devs/pymc/tree/gradientBranch
                            
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: OS Independent
