Metadata-Version: 2.1
Name: SamplingAlgo
Version: 0.1.0
Summary: A package for sampling algorithms including Metropolis-Hastings
Home-page: https://github.com/idvb188/SamplingAlgo
Author: Ilyad
Author-email: idvb188@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: matplotlib

# Sampling Algorithms

This package an implementation of the Metropolis-Hastings algorithm for generating samples from a probability distribution.

## Installation

```bash
pip install SamplingAlgo
