Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:tpapp/MCMCDiagnostics.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Dec 1, 2017
2 parents 60e6637 + c17c896 commit 2a97575
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ This package contains two very useful diagnostics for Markov Chain Monte Carlo:

These are intended as *building blocks*, to be used by other libraries, and were organized into a separate library for testing and DRY.

## Installation

The package is not (yet) registered. If you find it useful and want me to register it, please open an issue. In the meantime, use

```julia
Pkg.clone("https://github.com/tpapp/MCMCDiagnostics.jl.git")
```

to install it.

## Related

You may find my other packages for MCMC interesting. See the documentation of [DynamicHMC.jl](https://github.com/tpapp/DynamicHMC.jl) for details.

## Bibliography

Gelman, A., & Rubin, D. B. (1992). Inference from iterative simulation using multiple sequences. Statistical science, 457-472.
Expand Down

0 comments on commit 2a97575

Please sign in to comment.