Ecosyste.ms sponsors
An open API service aggregating public data about GitHub Sponsors.
An open API service aggregating public data about GitHub Sponsors.
Funding Links: https://github.com/sponsors/stan-dev
Stan is a state-of-the-art platform for statistical modeling and high-performance statistical computation. Thousands of users rely on Stan for statistical modeling, data analysis, and prediction in the social, biological, and physical sciences, engineering, and business.
Users specify log density functions in Stan’s probabilistic programming language and get:
full Bayesian statistical inference with MCMC sampling (NUTS, HMC)
approximate Bayesian inference with variational inference (ADVI)
penalized maximum likelihood estimation with optimization (L-BFGS)
Stan is a C++ package 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.
Stan has a highly active development program with many volunteer contributors.
Stan Sponsorship
Funds contributed to the Stan project will be used for development, documentation and distribution of Stan software, and for technical and educational support for Stan users.
RStan, the R interface to Stan
Language: R - Stars: 1039PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io
Language: Python - Stars: 342CmdStan, the command line interface to Stan
Language: C++ - Stars: 213Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
Language: C++ - Stars: 2606rstanarm R package for Bayesian applied regression modeling
Language: R - Stars: 389The Stan Math Library is a C++ template library for automatic differentiation of any order using forward, reverse, and mixed modes. It includes a range of built-in functions for probabilistic model…
Language: C++ - Stars: 756