All Projects → stan-dev → Stan

stan-dev / Stan

Licence: bsd-3-clause
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.

Programming Languages

C++
36643 projects - #6 most used programming language
r
7636 projects

Projects that are alternatives of or similar to Stan

Rstanarm
rstanarm R package for Bayesian applied regression modeling
Stars: ✭ 285 (-86.91%)
Mutual labels:  bayesian-inference, bayesian, bayesian-data-analysis, bayesian-statistics, stan, bayesian-methods
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (-92.1%)
Mutual labels:  bayesian-inference, bayesian, bayesian-data-analysis, bayesian-statistics, stan, bayesian-methods
Bayesian Analysis Recipes
A collection of Bayesian data analysis recipes using PyMC3
Stars: ✭ 479 (-78%)
Mutual labels:  bayesian-inference, bayesian, bayesian-data-analysis, bayesian-statistics, bayesian-methods
Rhat ess
Rank-normalization, folding, and localization: An improved R-hat for assessing convergence of MCMC
Stars: ✭ 19 (-99.13%)
Mutual labels:  bayesian-inference, bayesian, bayesian-data-analysis, bayesian-statistics, bayesian-methods
Bda r demos
Bayesian Data Analysis demos for R
Stars: ✭ 409 (-81.21%)
Mutual labels:  bayesian-inference, bayesian, bayesian-data-analysis, stan
geostan
Bayesian spatial analysis
Stars: ✭ 40 (-98.16%)
Mutual labels:  bayesian, bayesian-inference, stan, bayesian-statistics
LogDensityProblems.jl
A common framework for implementing and using log densities for inference.
Stars: ✭ 26 (-98.81%)
Mutual labels:  bayesian-methods, bayesian, bayesian-inference, bayesian-data-analysis
Bayesian Stats Modelling Tutorial
How to do Bayesian statistical modelling using numpy and PyMC3
Stars: ✭ 480 (-77.95%)
Mutual labels:  bayesian-inference, bayesian, bayesian-data-analysis, bayesian-statistics
Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (-65.09%)
Mutual labels:  bayesian-inference, bayesian-data-analysis, bayesian-statistics, stan
Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (-64.12%)
Mutual labels:  bayesian-inference, bayesian, bayesian-data-analysis, stan
Rethinking Pyro
Statistical Rethinking with PyTorch and Pyro
Stars: ✭ 116 (-94.67%)
Mutual labels:  bayesian-inference, bayesian-data-analysis, bayesian-statistics, bayesian-methods
Dynamichmc.jl
Implementation of robust dynamic Hamiltonian Monte Carlo methods (NUTS) in Julia.
Stars: ✭ 172 (-92.1%)
Mutual labels:  bayesian-inference, bayesian, bayesian-statistics, bayesian-methods
stan-ja
Stanマニュアルの日本語への翻訳プロジェクト
Stars: ✭ 53 (-97.57%)
Mutual labels:  bayesian-inference, stan, bayesian-data-analysis
Bayadera
High-performance Bayesian Data Analysis on the GPU in Clojure
Stars: ✭ 342 (-84.29%)
Mutual labels:  bayesian-inference, bayesian, bayesian-data-analysis
DynamicHMCExamples.jl
Examples for Bayesian inference using DynamicHMC.jl and related packages.
Stars: ✭ 33 (-98.48%)
Mutual labels:  bayesian, bayesian-inference, bayesian-data-analysis
Probflow
A Python package for building Bayesian models with TensorFlow or PyTorch
Stars: ✭ 95 (-95.64%)
Mutual labels:  bayesian-inference, bayesian-statistics, bayesian-methods
statistical-rethinking-solutions
Solutions of practice problems from the Richard McElreath's "Statistical Rethinking" book.
Stars: ✭ 60 (-97.24%)
Mutual labels:  bayesian, bayesian-data-analysis, bayesian-statistics
Loo
loo R package for approximate leave-one-out cross-validation (LOO-CV) and Pareto smoothed importance sampling (PSIS)
Stars: ✭ 106 (-95.13%)
Mutual labels:  bayesian-data-analysis, stan, bayesian-methods
Projpred
Projection predictive variable selection
Stars: ✭ 76 (-96.51%)
Mutual labels:  bayesian-inference, bayesian, stan
Scikit Stan
A high-level Bayesian analysis API written in Python
Stars: ✭ 22 (-98.99%)
Mutual labels:  bayesian-inference, bayesian, bayesian-statistics
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 Apache 2.0 evaluation page on the Stan Math wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].