stan
Here are 321 public repositories matching this topic...
A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.
-
Updated
Apr 28, 2022 - Python
Hi,
is there any plan to implement the Generalized Pareto Distribution in brms (paul-buerkner/brms#110 (comment))? I am playing around with an extreme values analysis and it looks like extremes collected as Peak Over Threshold are better represented by the GPD instead of the generalized extreme value distribution, which I am so happy to see already in `b
PyStan, the Python interface to Stan
-
Updated
Feb 17, 2021 - Python
Bayesian Data Analysis demos for Python
-
Updated
Dec 16, 2021 - Jupyter Notebook
RStan, the R interface to Stan
-
Updated
May 6, 2022 - C++
Bayesian analysis + tidy data + geoms (R package)
-
Updated
Feb 22, 2022 - R
clean up Doxygen
Description
Describe the issue as clearly as possible. Issues are meant for bug reports and feature requests. The issue should contain enough information for a developer to put together a solution.
If this is a general question, please post to the forums.
Example
Here's the current errors.
mkdir -p doc/api
doxygen doxygen/doxygen.cfg
warn
Bayesian Data Analysis demos for R
-
Updated
Mar 25, 2022 - R
bayesplot R package for plotting Bayesian models
-
Updated
Mar 31, 2022 - R
rstanarm R package for Bayesian applied regression modeling
-
Updated
Apr 29, 2022 - R
shinystan R package and ShinyStan GUI
-
Updated
Mar 3, 2022 - R
NATS Streaming Operator
-
Updated
May 26, 2021 - Go
Python/STAN Implementation of Multiplicative Marketing Mix Model, with deep dive into Adstock (carry-over effect), ROAS, and mROAS
-
Updated
Feb 23, 2021 - Jupyter Notebook
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.
-
Updated
Nov 25, 2020 - R
Tutorial on model assessment, model selection and inference after model selection
-
Updated
Mar 2, 2022 - HTML
loo R package for approximate leave-one-out cross-validation (LOO-CV) and Pareto smoothed importance sampling (PSIS)
-
Updated
Mar 24, 2022 - R
Extension functionality which uses Stan.jl, DynamicHMC.jl, and Turing.jl to estimate the parameters to differential equations and perform Bayesian probabilistic scientific machine learning
-
Updated
Dec 3, 2021 - Julia
Teaching materials for BayesCog at Faculty of Psychology, University of Vienna
-
Updated
Jun 17, 2021 - R
Projection predictive variable selection
-
Updated
May 7, 2022 - R
Bayesian Hierarchical Hidden Markov Models applied to financial time series, a research replication project for Google Summer of Code 2017.
-
Updated
Dec 2, 2018 - HTML
Vignettes
Vignettes to-do list:
-
filtering returned parameters from
$draws()
Showcase how one can read in only selected parameters. -
variational inference (done in #210)
-
optimization (done in #210)
-
profiling (done in #435)
-
standalone generate_quantities
-
vignette on how to use different draws formats
-
example with changing adapt delta and max_tr
Matlab interface to Stan, a package for Bayesian inference
-
Updated
Dec 23, 2021 - MATLAB
Improve this page
Add a description, image, and links to the stan topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stan topic, visit your repo's landing page and select "manage topics."


Description:
We need some easy to follow instructions on how to use the core Stan inside a user-written C++ program. See stan-dev/stan#3085 for example.
The instruction can simply guide through the task of compiling one of the models and running MCMC with the services. The biggest challenges are typically all the dependencies that we need to include in the C++