All Projects → wiseodd → Mcmc

wiseodd / Mcmc

Licence: bsd-3-clause
Collection of Monte Carlo (MC) and Markov Chain Monte Carlo (MCMC) algorithms applied on simple examples.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mcmc

Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (+248.62%)
Mutual labels:  mcmc, bayesian-inference
Turing.jl
Bayesian inference with probabilistic programming.
Stars: ✭ 1,150 (+427.52%)
Mutual labels:  mcmc, bayesian-inference
Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (+258.26%)
Mutual labels:  mcmc, bayesian-inference
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (-21.1%)
Mutual labels:  mcmc, bayesian-inference
Beast2
Bayesian Evolutionary Analysis by Sampling Trees
Stars: ✭ 156 (-28.44%)
Mutual labels:  mcmc, bayesian-inference
Dbda Python
Doing Bayesian Data Analysis, 2nd Edition (Kruschke, 2015): Python/PyMC3 code
Stars: ✭ 502 (+130.28%)
Mutual labels:  mcmc, bayesian-inference
Dblink
Distributed Bayesian Entity Resolution in Apache Spark
Stars: ✭ 38 (-82.57%)
Mutual labels:  mcmc, bayesian-inference
SMC.jl
Sequential Monte Carlo algorithm for approximation of posterior distributions.
Stars: ✭ 53 (-75.69%)
Mutual labels:  bayesian-inference, mcmc
Nimble
The base NIMBLE package for R
Stars: ✭ 95 (-56.42%)
Mutual labels:  mcmc, bayesian-inference
Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (-59.63%)
Mutual labels:  mcmc, bayesian-inference
Bda r demos
Bayesian Data Analysis demos for R
Stars: ✭ 409 (+87.61%)
Mutual labels:  mcmc, bayesian-inference
Exoplanet
Fast & scalable MCMC for all your exoplanet needs!
Stars: ✭ 122 (-44.04%)
Mutual labels:  mcmc, bayesian-inference
Bayadera
High-performance Bayesian Data Analysis on the GPU in Clojure
Stars: ✭ 342 (+56.88%)
Mutual labels:  mcmc, bayesian-inference
Pymc3
Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Aesara
Stars: ✭ 6,214 (+2750.46%)
Mutual labels:  mcmc, bayesian-inference
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (-83.94%)
Mutual labels:  bayesian-inference, mcmc
Bayesian Neural Networks
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more
Stars: ✭ 900 (+312.84%)
Mutual labels:  mcmc, bayesian-inference
DynamicHMCExamples.jl
Examples for Bayesian inference using DynamicHMC.jl and related packages.
Stars: ✭ 33 (-84.86%)
Mutual labels:  bayesian-inference, mcmc
bayesian-stats-with-R
Material for a workshop on Bayesian stats with R
Stars: ✭ 55 (-74.77%)
Mutual labels:  bayesian-inference, mcmc
Bat.jl
A Bayesian Analysis Toolkit in Julia
Stars: ✭ 82 (-62.39%)
Mutual labels:  mcmc, bayesian-inference
Gpstuff
GPstuff - Gaussian process models for Bayesian analysis
Stars: ✭ 106 (-51.38%)
Mutual labels:  mcmc, bayesian-inference

MCMC Algorithms

Collection of Monte Carlo (MC) and Markov Chain Monte Carlo (MCMC) algorithms applied on simple examples.

What's in it

  1. Rejection Sampling
  2. Gibbs Sampling
  3. Metropolis(-Hastings)
  4. Slice Sampling
  5. Stochastic Gradient Langevin Dynamics (SGLD)
  6. Annealed Importance Sampling (AIS)
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].