Metadata-Version: 2.4
Name: mbi
Version: 1.1.0
Summary: Marginal-based estimation and inference (with applications to differential privacy)
Author-email: Ryan McKenna <rmckenna21@gmail.com>
License: Apache License 2.0
Project-URL: Homepage, https://github.com/ryan112358/mbi
Project-URL: Repository, https://github.com/ryan112358/mbi
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attrs
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: networkx
Requires-Dist: jax
Requires-Dist: jaxlib
Requires-Dist: chex
Requires-Dist: optax
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytype; extra == "dev"
Requires-Dist: parameterized; extra == "dev"
Requires-Dist: yapf; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pydocstyle; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Dynamic: license-file

## MBI: Marginal-Based Estimation and Inference
**(with applications to differential privacy)**

<img src="pgm-logo.png" alt="drawing" width="123"/>

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5548533.svg)](https://doi.org/10.5281/zenodo.5548533)
[![Continuous integration](https://github.com/ryan112358/mbi/actions/workflows/main.yml/badge.svg)](https://github.com/ryan112358/mbi/actions/workflows/main.yml)
[![Documentation Status](https://readthedocs.org/projects/private-pgm/badge/?version=latest)](https://private-pgm.readthedocs.io/en/latest/)

![Metrics for ryan112358/mbi repository](https://raw.githubusercontent.com/ryan112358/ryan112358/main/metrics.mbi.svg)


Documentation can be found at
[https://private-pgm.readthedocs.io/en/latest/](https://private-pgm.readthedocs.io/en/latest/)!

Consider joining the [Google Differential Privacy community](https://join.slack.com/t/dp-open-source/shared_invite/zt-35hw483tz-nS5YOtGjxCHk3Ek7WiXvlg) in Slack.


