Skip to content

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.