Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 988 Bytes

File metadata and controls

22 lines (15 loc) · 988 Bytes

MCMCChains.jl

CI codecov 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.