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. observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 99
- Release rhythm 60
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 132
- age_days: 4956
- days_rel: 106
- days_push: 7
- n_releases_24m: 4
Adoption not part of the score
2761 stars · 387 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Stan is a C++ probabilistic programming library for full Bayesian inference via NUTS/Hamiltonian Monte Carlo, approximate inference via ADVI, and penalized maximum likelihood via L-BFGS. It is built on the Stan Math automatic differentiation library and offers interfaces from R, Python, Julia, and the command line.
Use cases
- fit bayesian hierarchical models to data
- run MCMC sampling on a custom statistical model
- do variational inference for approximate posteriors
- estimate model parameters with maximum likelihood
- write probabilistic models in a declarative modeling language
- fit time-series or multilevel regression models
When to choose
- you need full Bayesian posterior inference with state-of-the-art HMC sampling
- you want a mature, well-documented probabilistic programming language with multi-language interfaces
- you need automatic differentiation for custom statistical models
- you are doing academic or production statistical modeling in R, Python, or Julia
When to avoid
- you only need simple frequentist regression available in base statistical packages
- you cannot install a C++17 toolchain
- you need deep learning or GPU-heavy neural network training rather than statistical inference
- you want a pure-Python or pure-R solution without compiled dependencies
Facets
library · maturity stable
machine-learning data-science math simulation machine-learning data-science cross-platform cpp python jvm cli bayesian-inference probabilistic-programming mcmc hamiltonian-monte-carlo variational-inference automatic-differentiation statistical-modeling statistics
6 sources
- readme: https://github.com/stan-dev/stan · fetched 2026-08-28 · b801044ae27c
- homepage: https://mc-stan.org · fetched 2026-08-29 · 33b57b308ead
- site_page: https://mc-stan.org/about/index.html · fetched 2026-08-29 · d053f2da70df
- site_page: https://mc-stan.org/install · fetched 2026-08-29 · 8a7aa0503c45
- site_page: https://mc-stan.org/docs · fetched 2026-08-29 · 7c4223856da8
- site_page: https://mc-stan.org/install/index.html · fetched 2026-08-29 · c79971f04c71
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stan-dev/stan | main | 86 |
| stan-dev/rstan | sdk | 68 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem