A JAX-based statistical sampling toolkit
Project description
Jaxampler 🧪 - A JAX-based statistical sampling toolkit
Jaxampler 🧪 is a statistical sampling toolkit built on top of JAX. It provides a set of high-performance sampling algorithms for a wide range of statistical distributions. Jaxampler is designed to be easy to use and integrate with existing JAX workflows. It is also designed to be extensible, allowing users to easily add new sampling algorithms and statistical distributions.
Jaxampler is currently in the early stages of development and is not yet ready for production use. However, we welcome contributions from the community to help us improve the library. If you are interested in contributing, please refer to our contribution guidelines.
Features
- 🚀 High-Performance Sampling: Leverage the power of JAX for high-speed, accurate sampling.
- 🧩 Versatile Algorithms: A wide range of sampling methods to suit various applications.
- 🔗 Easy Integration: Seamlessly integrates with existing JAX workflows.
Install
You may install the latest released version of Jaxampler through pip by doing
pip3 install --upgrade jaxampler
You may install the bleeding edge version by cloning this repo, or doing
pip3 install --upgrade git+https://github.com/Qazalbash/jaxampler
If you would like to take advantage of CUDA, you will additionally need to install a specific version of JAX by doing
pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
Requirements
Jaxampler requires Python 3.10 or later. It also requires the following packages:
jax>=0.4.0
jaxlib>=0.4.0
typing_extensions>=4.5.0
jaxtyping>=0.2.24
matplotlib>=3.8.0
tfp-nightly
tqdm
The test suite is based on pytest
. To run the tests, one needs to install pytest and run pytest
at the root
directory of this repo.
Algorithms and Distributions
Jaxampler currently supports the following algorithms and distributions:
Monte Carlo Methods
- Hamiltonian Monte Carlo
- Importance Sampling
- Metropolis Adjusted Langevin Algorithm
- Monte Carlo Box Integration
- Monte Carlo Integration
- Multiple-Try Metropolis
- Sequential Monte Carlo
- Variational Inference
- Wang-Landau Sampling
- Worm Algorithm
Samplers
- Accept-Rejection Sampler
- Adaptive Accept-Rejection Sampler
- Gibbs Sampler
- Hastings Sampler
- Inverse Transform Sampler
- Metropolis-Hastings Sampler
- Slice Sampler
Random Variables
- Bernoulli
- Beta
- Binomial
- Boltzmann
- Cauchy
- Chi
- Exponential
- Gamma
- Geometric
- Gumbel
- Laplace
- Log Normal
- Logistic
- Multivariate Normal
- Normal
- Pareto
- Poisson
- Rademacher
- Rayleigh
- Student t
- Triangular
- Truncated Normal
- Truncated Power Law
- Uniform
- Weibull
Citing Jaxampler
To cite this repository:
@software{jaxampler2023github,
author = {Meesum Qazalbash},
title = {{Jaxampler}: A JAX-based statistical sampling toolkit},
url = {https://github.com/Qazalbash/jaxampler},
version = {0.0.7},
year = {2023}
}
Contributors
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jaxampler-0.0.7.tar.gz
.
File metadata
- Download URL: jaxampler-0.0.7.tar.gz
- Upload date:
- Size: 31.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7552218f78b24e601bee76b83798cccf2feaa5c82d85af176e1b5fe3039728e9 |
|
MD5 | d7e60a4ed38a37f743677fa8abaff798 |
|
BLAKE2b-256 | 507f7334f0a5b64d3368a5c139218c237e287ae1d66d3e9c620af51fd0c76947 |
File details
Details for the file jaxampler-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: jaxampler-0.0.7-py3-none-any.whl
- Upload date:
- Size: 73.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edd0f685fcbd966f2d4083519561397565eab5a1218065cafdd4c17ad0669203 |
|
MD5 | 41291607884e197b87151483a01e7c0c |
|
BLAKE2b-256 | cfa33da4ca39f12bd581e01ce3403f06b7e6be5a3068a058cc5d335ef8198709 |