cmdstanpy

Package — BayesianPython 3.7+Expert

Lightweight interface to CmdStan for Bayesian inference

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, pandas, tqdm (CmdStan downloaded on first use)
Install
pip install cmdstanpy && install_cmdstan

Learn by Difficulty

Quick Example

python
# Install: pip install cmdstanpy && install_cmdstan
import cmdstanpy

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

cmdstanpy is a third-party package. Lightweight interface to CmdStan for Bayesian inference. Install with: pip install cmdstanpy && install_cmdstan

Try in Playground

Tags

packagebayesianstatisticsprobabilisticmodeling