pymc

Package — BayesianPython 3.7+Expert

Bayesian modeling with MCMC/NUTS sampling for posterior inference

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, SciPy, pandas, arviz, cachetools, cloudpickle, pytensor, typing-extensions
Install
pip install pymc

Learn by Difficulty

Quick Example

python
# Install: pip install pymc
import pymc

# Basic pymc usage
print(f"Using pymc")
# See documentation for detailed examples

pymc is a third-party package. Bayesian modeling with MCMC/NUTS sampling for posterior inference. Install with: pip install pymc

Try in Playground

Tags

packagebayesianstatisticsprobabilisticmodeling