Skip to content
/ stan Public
forked from stan-dev/stan

Stan development repository (home page is linked below). The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.

License

Notifications You must be signed in to change notification settings

bstatcomp/stan

This branch is 4 commits ahead of, 2776 commits behind stan-dev/stan:develop.

Folders and files

NameName
Last commit message
Last commit date
Jul 18, 2019
Aug 30, 2019
Aug 24, 2017
Jul 11, 2019
Aug 30, 2019
Jul 10, 2018
Apr 3, 2019
Sep 28, 2018
May 31, 2019
Aug 24, 2017
Nov 16, 2016
Jul 18, 2019
Dec 23, 2018
Aug 7, 2018

Repository files navigation

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.

About

Stan development repository (home page is linked below). The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Stan 86.3%
  • C++ 12.9%
  • Other 0.8%