pystan — Easy Playground
Python interface to Stan probabilistic programming language
Getting started with pystanRun locally
Install
pip install pystanPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pystan)
pystan is a third-party package. Python interface to Stan probabilistic programming language. Install with: pip install pystan
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?