pystan

Package — BayesianPython 3.7+Expert

Python interface to Stan probabilistic programming language

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, Cython, httpstan
Install
pip install pystan

Learn by Difficulty

Quick Example

python
# Install: pip install pystan
import pystan

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

pystan is a third-party package. Python interface to Stan probabilistic programming language. Install with: pip install pystan

Try in Playground

Tags

packagebayesianstatisticsprobabilisticmodeling