Metadata-Version: 2.1
Name: probsamplers
Version: 0.1.0
Summary: JupyterLab version of mcmc-demo
Home-page: https://rgoswami.me
Author: Rohit Goswami
Author-email: Rohit Goswami <rog32@hi.is>
License: MIT
Project-URL: Homepage, https://github.com/HaoZeke/probsamplers
Project-URL: Bug Tracker, https://github.com/HaoZeke/probsamplers/issues
Requires-Python: >3.10
Description-Content-Type: text/x-rst
Provides-Extra: plotting
License-File: LICENSE

About
=====

This is meant to provide a pedagogical Pythonic view of chi-feng's excellent
`mcmc-demo project`_, and also takes after `AM207`_.

Usage
-----

The package can be installed with ``pip install .`` or in development mode even ``python setup.py develop``.

.. code::

  python setup.py develop
  pytest

.. _`mcmc-demo project`: https://github.com/chi-feng/mcmc-demo/
.. _`AM207`: https://github.com/Paul-Yuchao-Dong/am207
