Skip to content

Types and utility functions for summarizing Markov chain Monte Carlo simulations

License

Notifications You must be signed in to change notification settings

TuringLang/MCMCChains.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.