Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/TuringLang/MCMCChains.jl

Types and utility functions for summarizing Markov chain Monte Carlo simulations
https://github.com/TuringLang/MCMCChains.jl

julia-language markov-chain mcmc

Last synced: 27 days ago
JSON representation

Types and utility functions for summarizing Markov chain Monte Carlo simulations

Lists

README

        

# MCMCChains.jl

![CI](https://github.com/TuringLang/MCMCChains.jl/workflows/CI/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/TuringLang/MCMCChains.jl/branch/master/graph/badge.svg?token=TFxRFbKONS)](https://codecov.io/gh/TuringLang/MCMCChains.jl)
[![Coverage Status](https://coveralls.io/repos/github/TuringLang/MCMCChains.jl/badge.svg?branch=master)](https://coveralls.io/github/TuringLang/MCMCChains.jl?branch=master)
[![Stable Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://TuringLang.github.io/MCMCChains.jl/stable/)
[![Dev Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://TuringLang.github.io/MCMCChains.jl/dev/)

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](https://turinglang.github.io/MCMCChains.jl/dev/default_plot.svg)

See the [docs](https://TuringLang.github.io/MCMCChains.jl/dev/) 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.