cmdstanpyEasy Playground

Lightweight interface to CmdStan for Bayesian inference

Getting started with cmdstanpyRun locally
Install
pip install cmdstanpy && install_cmdstan
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: cmdstanpy)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?