*** Welcome to piglix ***

Stan (software)

Stan
Original author(s) Stan Development Team
Initial release August 30, 2012 (2012-08-30)
Stable release
2.14.0 / December 26, 2016 (2016-12-26)
Repository github.com/stan-dev/stan
Development status Active
Written in C++
Operating system Unix-like, Microsoft Windows, Mac OS X
Platform Intel x86 - 32-bit, x64
Size 41.2 MB
Type Statistical package
License New BSD License
Website mc-stan.org

Stan is a probabilistic programming language for statistical inference written in C++. The Stan language is used to specify a (Bayesian) statistical model with an imperative program calculating the log probability density function.

Stan is licensed under the New BSD License. Stan is named in honour of Stanislaw Ulam, pioneer of the Monte Carlo method.

Stan can be accessed through several interfaces:

Stan implements gradient-based Markov chain Monte Carlo (MCMC) algorithms for Bayesian inference, stochastic, gradient-based variational Bayesian methods for approximate Bayesian inference, and gradient-based optimization for penalized maximum likelihood estimation.

Stan implements reverse-mode automatic differentiation to calculate gradients of the model, which is required by HMC, NUTS, L-BFGS, BFGS, and variational inference. The automatic differentiation within Stan can be used outside of the probabilistic programming language.

Stan is used in fields including social science and pharmaceutical statistics.


...
Wikipedia

...