All Projects → TuringLang → Mcmcchains.jl

TuringLang / Mcmcchains.jl

Licence: other
Types and utility functions for summarizing Markov chain Monte Carlo simulations

Programming Languages

julia
2034 projects

Labels

Projects that are alternatives of or similar to Mcmcchains.jl

Deepbayes
Bayesian methods in deep learning Summer School
Stars: ✭ 15 (-87.6%)
Mutual labels:  mcmc
Posterior
The posterior R package
Stars: ✭ 75 (-38.02%)
Mutual labels:  mcmc
Ggmcmc
Graphical tools for analyzing Markov Chain Monte Carlo simulations from Bayesian inference
Stars: ✭ 95 (-21.49%)
Mutual labels:  mcmc
Cmdstan.jl
CmdStan.jl v6 provides an alternative, older Julia wrapper to Stan's `cmdstan` executable.
Stars: ✭ 30 (-75.21%)
Mutual labels:  mcmc
Turing.jl
Bayesian inference with probabilistic programming.
Stars: ✭ 1,150 (+850.41%)
Mutual labels:  mcmc
Bat.jl
A Bayesian Analysis Toolkit in Julia
Stars: ✭ 82 (-32.23%)
Mutual labels:  mcmc
Owl
Owl - OCaml Scientific and Engineering Computing @ http://ocaml.xyz
Stars: ✭ 919 (+659.5%)
Mutual labels:  mcmc
Gpstuff
GPstuff - Gaussian process models for Bayesian analysis
Stars: ✭ 106 (-12.4%)
Mutual labels:  mcmc
Gerrychain
Use MCMC to analyze districting plans and gerrymanders
Stars: ✭ 68 (-43.8%)
Mutual labels:  mcmc
Nimble
The base NIMBLE package for R
Stars: ✭ 95 (-21.49%)
Mutual labels:  mcmc
Dblink
Distributed Bayesian Entity Resolution in Apache Spark
Stars: ✭ 38 (-68.6%)
Mutual labels:  mcmc
Bayesiantools
General-Purpose MCMC and SMC Samplers and Tools for Bayesian Statistics
Stars: ✭ 66 (-45.45%)
Mutual labels:  mcmc
Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (-27.27%)
Mutual labels:  mcmc
Psgld
AAAI & CVPR 2016: Preconditioned Stochastic Gradient Langevin Dynamics (pSGLD)
Stars: ✭ 28 (-76.86%)
Mutual labels:  mcmc
Turingmodels.jl
Turing version of StatisticalRethinking models.
Stars: ✭ 98 (-19.01%)
Mutual labels:  mcmc
Pygtc
Make a sweet giant triangle confusogram (GTC) plot
Stars: ✭ 13 (-89.26%)
Mutual labels:  mcmc
Getdist
MCMC sample analysis, kernel densities, plotting, and GUI
Stars: ✭ 80 (-33.88%)
Mutual labels:  mcmc
Beast Mcmc
Bayesian Evolutionary Analysis Sampling Trees
Stars: ✭ 116 (-4.13%)
Mutual labels:  mcmc
Advancedhmc.jl
Robust, modular and efficient implementation of advanced Hamiltonian Monte Carlo algorithms
Stars: ✭ 100 (-17.36%)
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 (-25.62%)
Mutual labels:  mcmc

MCMCChains.jl

CI codecov Coverage Status Stable Docs Dev Docs

Implementation of Julia types for summarizing MCMC simulations and utility functions for diagnostics and visualizations.

using MCMCChains
using StatsPlots

plot(chn)

Basic plot for Chains

See the docs for more information.

License Notice

Note that this package heavily uses and adapts code from the Mamba.jl package licensed under MIT License, see License.md.

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