Metadata-Version: 2.1
Name: bayesim
Version: 0.9.6
Summary: Fast model fitting via Bayesian inference
Home-page: UNKNOWN
Author: Rachel Kurchin, Giuseppe Romano
Author-email: rkurchin@mit.edu, romanog@mit.edu
License: GPLv2
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pandas
Requires-Dist: deepdish
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: joblib

Description
===========
The little home on the internet for our adaptive grid sampled Bayesian inference code. Check it out if you want to compute probability distributions over ~1-10 input parameters to a relatively computationally expensive (10's of core-seconds per evaluation) model.

More detailed documentation `here <https://pv-lab.github.io/bayesim/_build/html/index.html>`_.


Installation and Usage
======================
Install using

.. code-block:: shell

  pip install bayesim

Information
===========
:Authors:
    Rachel C. Kurchin and Giuseppe Romano

:Version: 0.9.6 as of November 2018


