Skip to content

Releases: TuringLang/MCMCChains.jl

Added support for missing value in MCMC samples.

21 Sep 19:37
Compare
Choose a tag to compare
Refactoring of the Chain type to allow for missing values (#18)

* adding union of Missing type, removed StatPlots

* work in progress

* changed in favour of #16, added unique names field

* cummean now works for missing values

* modified plotting functions to work with missing values

* added some tests for missing values, fixes for missing value

* added further tests, assertions and minor changes

* all test are now passing

v0.1.1

29 Aug 21:44
Compare
Choose a tag to compare
exported describe, fixed syntax error in mcse implementation

MCMCChain registration of version 0.1.0

23 Aug 15:40
Compare
Choose a tag to compare

Implementation of Julia types for summarizing MCMC simulations and utility functions for diagnostics and visualizations. This is the first release of MCMCChain.