Metadata-Version: 2.4
Name: nestle
Version: 0.2.1
Summary: Nested sampling algorithms for evaluating Bayesian evidence
Author-email: Kyle Barbary <kylebarbary@gmail.com>
Maintainer-email: Kyle Barbary <kylebarbary@gmail.com>
License-Expression: MIT
Project-URL: Homepage, http://github.com/kbarbary/nestle
Project-URL: Documentation, http://kbarbary.github.io/nestle
Project-URL: Repository, http://github.com/kbarbary/nestle
Project-URL: Issues, http://github.com/kbarbary/nestle/issues
Keywords: nested sampling,bayesian,astronomy,statistics
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy>=1.20
Dynamic: license-file

nestle
======

/ˈnesəl/ (rhymes with "wrestle")

Pure Python, MIT-licensed implementation of nested sampling algorithms for
evaluating Bayesian evidence.

[![Build Status](https://img.shields.io/travis/kbarbary/nestle.svg?style=flat-square)](https://travis-ci.org/kbarbary/nestle)
[![Coverage Status](http://img.shields.io/coveralls/kbarbary/nestle.svg?style=flat-square)](https://coveralls.io/r/kbarbary/nestle?branch=master)


Documentation
-------------

See http://kbarbary.github.io/nestle.
