All Projects → StanJulia → Stan.jl

StanJulia / Stan.jl

Licence: other
Stan.jl illustrates the usage of the 'single method' packages, e.g. StanSample, StanOptimize, etc.

Programming Languages

julia
2034 projects

Labels

Projects that are alternatives of or similar to Stan.jl

covidestim
Bayesian nowcasting with adjustment for delayed and incomplete reporting to estimate COVID-19 infections in the United States
Stars: ✭ 20 (-87.73%)
Mutual labels:  stan, mcmc
cmdstanr
CmdStanR: the R interface to CmdStan
Stars: ✭ 82 (-49.69%)
Mutual labels:  stan, mcmc
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (+5.52%)
Mutual labels:  mcmc, stan
Torsten
library of C++ functions that support applications of Stan in Pharmacometrics
Stars: ✭ 38 (-76.69%)
Mutual labels:  stan, mcmc
Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (+366.26%)
Mutual labels:  mcmc, stan
Cmdstan.jl
CmdStan.jl v6 provides an alternative, older Julia wrapper to Stan's `cmdstan` executable.
Stars: ✭ 30 (-81.6%)
Mutual labels:  mcmc, stan
walker
Bayesian Generalized Linear Models with Time-Varying Coefficients
Stars: ✭ 38 (-76.69%)
Mutual labels:  stan, mcmc
Bayesplot
bayesplot R package for plotting Bayesian models
Stars: ✭ 276 (+69.33%)
Mutual labels:  mcmc, stan
Bda r demos
Bayesian Data Analysis demos for R
Stars: ✭ 409 (+150.92%)
Mutual labels:  mcmc, stan
Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (+379.14%)
Mutual labels:  mcmc, stan
Ggmcmc
Graphical tools for analyzing Markov Chain Monte Carlo simulations from Bayesian inference
Stars: ✭ 95 (-41.72%)
Mutual labels:  mcmc, stan
Mcmcchains.jl
Types and utility functions for summarizing Markov chain Monte Carlo simulations
Stars: ✭ 121 (-25.77%)
Mutual labels:  mcmc
Nimble
The base NIMBLE package for R
Stars: ✭ 95 (-41.72%)
Mutual labels:  mcmc
Machine Learning Numpy
Gathers Machine learning models using pure Numpy to cover feed-forward, RNN, CNN, clustering, MCMC, timeseries, tree-based, and so much more!
Stars: ✭ 90 (-44.79%)
Mutual labels:  mcmc
Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (-46.01%)
Mutual labels:  mcmc
Miscellaneous R Code
Code that might be useful to others for learning/demonstration purposes, specifically along the lines of modeling and various algorithms. Now almost entirely superseded by the models-by-example repo.
Stars: ✭ 146 (-10.43%)
Mutual labels:  stan
Beast Mcmc
Bayesian Evolutionary Analysis Sampling Trees
Stars: ✭ 116 (-28.83%)
Mutual labels:  mcmc
Turn Client
STUN & TURN client demo and api with python and C
Stars: ✭ 82 (-49.69%)
Mutual labels:  stan
Bat.jl
A Bayesian Analysis Toolkit in Julia
Stars: ✭ 82 (-49.69%)
Mutual labels:  mcmc
Getdist
MCMC sample analysis, kernel densities, plotting, and GUI
Stars: ✭ 80 (-50.92%)
Mutual labels:  mcmc

Stan

Project Status Documentation Build Status

Purpose

A collection of examples demonstrating to use Stan's cmdstan (as an external program) from Julia.

Background info

The first 2 generations of Stan.jl took a similar approach as the recently released CmdStanR and CmdStanPy options to use Stan's cmdstan executable.

Stan.jl v6.x constitutes the third generation and covers all of cmdstan's features in separate modules, i.e. StanVariational, StanSample, etc., including an option to run generate_quantities. In a sense, it extends Tamas Papp's approach taken in StanRun, StanDump and StanSamples.

Stan.jl v6.x will contain examples using the features available in StanJulia component packages.

My intention is to continue maintenance of CmdStan.jl at least until late 2021.

Requirements

Stan's cmdstan executable needs to be installed separatedly. Please see cmdstan installation.

For more info on Stan, please go to http://mc-stan.org.

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].