#
bayesian-data-analysis
Here are 128 public repositories matching this topic...
Bayesian Data Analysis demos for Python
-
Updated
Dec 16, 2021 - Jupyter Notebook
RStan, the R interface to Stan
-
Updated
Mar 10, 2022 - C++
Python/PyMC3 port of the examples in " Statistical Rethinking A Bayesian Course with Examples in R and Stan" by Richard McElreath
-
Updated
Jun 15, 2020 - Jupyter Notebook
Bayesian analysis + tidy data + geoms (R package)
-
Updated
Feb 22, 2022 - R
Doing Bayesian Data Analysis, 2nd Edition (Kruschke, 2015): Python/PyMC3 code
probabilistic-programming
bayesian-inference
mcmc
pymc3
bayesian-data-analysis
hierarchical-models
kruschke
-
Updated
Aug 13, 2021 - Jupyter Notebook
How to do Bayesian statistical modelling using numpy and PyMC3
-
Updated
Aug 2, 2021 - Jupyter Notebook
A collection of Bayesian data analysis recipes using PyMC3
notebook
bayesian-methods
neural-networks
bayesian
bayesian-inference
bayesian-data-analysis
bayesian-statistics
bayesian-analysis
treatment-groups
-
Updated
Dec 27, 2021 - Jupyter Notebook
Bayesian Data Analysis demos for R
-
Updated
Dec 1, 2021 - R
High-performance Bayesian Data Analysis on the GPU in Clojure
machine-learning
clojure
statistics
gpu
opencl
cuda
clojure-library
high-performance-computing
gpu-acceleration
bayesian
gpu-computing
bayesian-inference
mcmc
bayesian-data-analysis
markov-chain-monte-carlo
-
Updated
Sep 10, 2020 - Clojure
rstanarm R package for Bayesian applied regression modeling
r
bayesian-methods
rstan
bayesian
multilevel-models
bayesian-inference
stan
r-package
rstanarm
bayesian-data-analysis
bayesian-statistics
statistical-modeling
-
Updated
Mar 16, 2022 - R
shinystan R package and ShinyStan GUI
r
bayesian-methods
bayesian
bayesian-inference
stan
r-package
shiny-apps
statistical-graphics
mcmc
bayesian-data-analysis
bayesian-statistics
-
Updated
Mar 3, 2022 - R
Statistical Rethinking with PyTorch and Pyro
-
Updated
Oct 27, 2019 - Jupyter Notebook
loo R package for approximate leave-one-out cross-validation (LOO-CV) and Pareto smoothed importance sampling (PSIS)
cross-validation
bayesian-methods
stan
r-package
bayesian-data-analysis
model-comparison
information-criterion
-
Updated
Mar 17, 2022 - R
Example PyMC3 project for performing Bayesian data analysis using a probabilistic programming approach to machine learning.
python
data-science
machine-learning
numpy
scikit-learn
pandas
probabilistic-programming
bayesian-inference
pymc3
bayesian-data-analysis
-
Updated
Feb 21, 2019 - Jupyter Notebook
A probabilistic programming language that combines automatic differentiation, automatic marginalization, and automatic conditioning within Monte Carlo methods.
machine-learning
statistics
monte-carlo
automatic-differentiation
probabilistic-programming
bayesian-inference
system-identification
bayesian-data-analysis
sequential-monte-carlo
probabilistic-programming-language
birch
automatic-marginalization
automatic-conjugacy
automatic-conditioning
-
Updated
Mar 20, 2022 - C++
Doing Bayesian statistics in Python!
-
Updated
Jan 31, 2018 - Jupyter Notebook
r
bayesian-methods
rstan
bayesian
bayesian-inference
stan
brms
rstanarm
mcmc
regression-models
likelihood
bayesian-data-analysis
hamiltonian-monte-carlo
bayesian-statistics
bayesian-analysis
posterior-probability
metropolis-hastings
gibbs
prior
posterior-predictive
-
Updated
Feb 21, 2022 - Stan
Solutions of practice problems from the Richard McElreath's "Statistical Rethinking" book.
-
Updated
Oct 18, 2018 - R
'Visualization in Bayesian workflow' by Gabry, Simpson, Vehtari, Betancourt, and Gelman. (JRSS discussion paper and code)
-
Updated
Oct 22, 2020 - TeX
Bayesian Data Analysis demos for Matlab/Octave
-
Updated
Jan 6, 2020 - MATLAB
Reproducing plots of Bayesian Data Analysis (Gelman et al, 3rd Edition) in Python
-
Updated
Mar 21, 2015 - Python
Solutions and workflow for the Bayesian Statistics The Fun Way book in Python
python
data-science
statistics
numpy
probability
jupyter-notebook
pandas
scipy
bayesian-data-analysis
bayesian-statistics
-
Updated
Apr 13, 2020 - Jupyter Notebook
Examples for Bayesian inference using DynamicHMC.jl and related packages.
-
Updated
Dec 20, 2020 - Jupyter Notebook
Tools for Developing R Packages Interfacing with Stan
-
Updated
Mar 10, 2022 - R
Bayesian multilevel mediation models in R
-
Updated
Sep 29, 2021 - R
Pure julia implementation of Multiple Affine Invariant Sampling for efficient Approximate Bayesian Computation
julia-language
statistical-inference
bayesian-inference
bayesian-data-analysis
approximate-bayesian-computation
probabilistic-inference
kissabc
-
Updated
Apr 28, 2021 - Julia
Bayesian Cost Effectiveness Analysis. Given the results of a Bayesian model (possibly based on MCMC) in the form of simulations from the posterior distributions of suitable variables of costs and clinical benefits for two or more interventions, produces a health economic evaluation. Compares one of the interventions (the "reference") to the others ("comparators"). Produces many summary and plots to analyse the results
-
Updated
Feb 21, 2022 - R
Improve this page
Add a description, image, and links to the bayesian-data-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bayesian-data-analysis 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++