pystan 3.10.0
0
Python interface to Stan, a package for Bayesian inference
Contents
PyStan, a Python interface to Stan, a platform for statistical modeling.
Stars: 339, Watchers: 339, Forks: 57, Open Issues: 12The stan-dev/pystan
repo was created 7 years ago and the last code push was 3 months ago.
The project is popular with 339 github stars!
How to Install pystan
You can install pystan using pip
pip install pystan
or add it to a project with poetry
poetry add pystan
Package Details
- Author
- Allen Riddell
- License
- ISC
- Homepage
- https://mc-stan.org
- PyPi:
- https://pypi.org/project/pystan/
- Documentation:
- https://pystan.readthedocs.io
- GitHub Repo:
- https://github.com/stan-dev/pystan
Classifiers
Related Packages
Errors
A list of common pystan errors.
Code Examples
Here are some pystan
code examples and snippets.
GitHub Issues
The pystan package has 12 open issues on GitHub
- Documentation on sampling
- Note that pip>=20.3 is required