Stan

Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
Alternatives To Stan
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pyro7,97518424 days ago30March 24, 2022238apache-2.0Python
Deep universal probabilistic programming with Python and PyTorch
Pymc7,6031439510 hours ago36March 15, 2022198otherPython
Bayesian Modeling in Python
Stan2,414
4 hours ago166bsd-3-clauseC++
Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
Zhusuan2,139
8 months ago11mitPython
A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow
Causalnex1,87626 days ago16November 11, 202120otherPython
A Python library that helps data scientists to infer causation rather than observing correlation.
Pytorch Bayesiancnn1,181
2 months ago15mitPython
Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.
Bambi905
36 days ago21June 06, 202273mitPython
BAyesian Model-Building Interface (Bambi) in Python.
Bda_py_demos851
a year agogpl-3.0Jupyter Notebook
Bayesian Data Analysis demos for Python
Bayespy666
12 days ago5March 20, 202168mitPython
Bayesian Python: Bayesian inference tools for Python
Bayesian Stats Modelling Tutorial601
a year ago14mitJupyter Notebook
How to do Bayesian statistical modelling using numpy and PyMC3
Alternatives To Stan
Select To Compare


Alternative Project Comparisons
Readme
Stan Logo

Stan is a C++ package providing

  • full Bayesian inference using the No-U-Turn sampler (NUTS), a variant of Hamiltonian Monte Carlo (HMC),
  • approximate Bayesian inference using automatic differentiation variational inference (ADVI), and
  • penalized maximum likelihood estimation (MLE) using L-BFGS optimization.

It is built on top of the Stan Math library, which provides

  • a full first- and higher-order automatic differentiation library based on C++ template overloads, and
  • a supporting fully-templated matrix, linear algebra, and probability special function library.

There are interfaces available in R, Python, MATLAB, Julia, Stata, Mathematica, and for the command line.

DOI

Home Page

Stan's home page, with links to everything you'll need to use Stan is:

http://mc-stan.org/

Interfaces

There are separate repositories in the stan-dev GitHub organization for the interfaces, higher-level libraries and lower-level libraries.

Source Repository

Stan's source-code repository is hosted here on GitHub.

Licensing

The Stan math library, core Stan code, and CmdStan are licensed under new BSD. RStan and PyStan are licensed under GPLv3, with other interfaces having other open-source licenses.

Note that the Stan math library depends on the Intel TBB library which is licensed under the Apache 2.0 license. This dependency implies an additional restriction as compared to the new BSD lincense alone. The Apache 2.0 license is incompatible with GPL-2 licensed code if distributed as a unitary binary. You may refer to the Licensing page on the Stan wiki.

Popular Bayesian Projects
Popular Bayesian Inference Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Bayesian
Bayesian Inference
Stan
Bayesian Statistics
Bayesian Methods
Bayesian Data Analysis