All Projects → avehtari → Bda_py_demos

avehtari / Bda_py_demos

Licence: gpl-3.0
Bayesian Data Analysis demos for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bda py demos

Bda r demos
Bayesian Data Analysis demos for R
Stars: ✭ 409 (-47.63%)
Mutual labels:  mcmc, bayesian-inference, bayesian, bayesian-data-analysis, stan
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (-77.98%)
Mutual labels:  mcmc, bayesian-inference, bayesian, bayesian-data-analysis, stan
Rstanarm
rstanarm R package for Bayesian applied regression modeling
Stars: ✭ 285 (-63.51%)
Mutual labels:  bayesian-inference, bayesian, bayesian-data-analysis, stan
Bayadera
High-performance Bayesian Data Analysis on the GPU in Clojure
Stars: ✭ 342 (-56.21%)
Mutual labels:  mcmc, bayesian-inference, bayesian, bayesian-data-analysis
Bayesian Analysis Recipes
A collection of Bayesian data analysis recipes using PyMC3
Stars: ✭ 479 (-38.67%)
Mutual labels:  jupyter-notebook, bayesian-inference, bayesian, bayesian-data-analysis
LogDensityProblems.jl
A common framework for implementing and using log densities for inference.
Stars: ✭ 26 (-96.67%)
Mutual labels:  bayesian, bayesian-inference, mcmc, bayesian-data-analysis
Bayesian Stats Modelling Tutorial
How to do Bayesian statistical modelling using numpy and PyMC3
Stars: ✭ 480 (-38.54%)
Mutual labels:  jupyter-notebook, bayesian-inference, bayesian, bayesian-data-analysis
Dbda Python
Doing Bayesian Data Analysis, 2nd Edition (Kruschke, 2015): Python/PyMC3 code
Stars: ✭ 502 (-35.72%)
Mutual labels:  mcmc, jupyter-notebook, bayesian-inference, bayesian-data-analysis
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.
Stars: ✭ 2,177 (+178.75%)
Mutual labels:  bayesian-inference, bayesian, bayesian-data-analysis, stan
DynamicHMCExamples.jl
Examples for Bayesian inference using DynamicHMC.jl and related packages.
Stars: ✭ 33 (-95.77%)
Mutual labels:  bayesian, bayesian-inference, mcmc, bayesian-data-analysis
Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (-2.69%)
Mutual labels:  mcmc, bayesian-inference, bayesian-data-analysis, stan
geostan
Bayesian spatial analysis
Stars: ✭ 40 (-94.88%)
Mutual labels:  bayesian, bayesian-inference, stan
Probabilistic Models
Collection of probabilistic models and inference algorithms
Stars: ✭ 217 (-72.22%)
Mutual labels:  mcmc, bayesian-inference, bayesian
Bayesplot
bayesplot R package for plotting Bayesian models
Stars: ✭ 276 (-64.66%)
Mutual labels:  mcmc, bayesian, stan
Gpstuff
GPstuff - Gaussian process models for Bayesian analysis
Stars: ✭ 106 (-86.43%)
Mutual labels:  mcmc, bayesian-inference, bayesian
walker
Bayesian Generalized Linear Models with Time-Varying Coefficients
Stars: ✭ 38 (-95.13%)
Mutual labels:  bayesian, stan, mcmc
MultiBUGS
Multi-core BUGS for fast Bayesian inference of large hierarchical models
Stars: ✭ 28 (-96.41%)
Mutual labels:  bayesian, bayesian-inference, mcmc
Pygtc
Make a sweet giant triangle confusogram (GTC) plot
Stars: ✭ 13 (-98.34%)
Mutual labels:  mcmc, jupyter-notebook, bayesian-data-analysis
Ggmcmc
Graphical tools for analyzing Markov Chain Monte Carlo simulations from Bayesian inference
Stars: ✭ 95 (-87.84%)
Mutual labels:  mcmc, bayesian-data-analysis, stan
stan-ja
Stanマニュアルの日本語への翻訳プロジェクト
Stars: ✭ 53 (-93.21%)
Mutual labels:  bayesian-inference, stan, bayesian-data-analysis

Bayesian Data Analysis Python Demos

Binder to interactively run the IPython Notebooks in the browser.

This repository contains some Python demos for the book Bayesian Data Analysis, 3rd ed by Gelman, Carlin, Stern, Dunson, Vehtari, and Rubin (BDA3). See also Bayesian Data Analysis course material.

Currently there are demos for BDA3 Chapters 2, 3, 4, 5, 6, 10 and 11. Furthermore, PyStan is also demoed.

Demos are in jupyter notebook (.ipynb) format. These can be directly previewed in github without need to install or run anything.

Corresponding demos were originally written for Matlab/Octave by Aki Vehtari and translated to Python by Tuomas Sivula. Some improvements were contributed by Pellervo Ruponen and Lassi Meronen. There are also corresponding R demos.

Requirements

  • python 3
  • ipython
  • numpy
  • scipy
  • matplotlib 2
  • pandas (for some demos)
  • pystan (for some demos)
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].