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

https://github.com/tpapp/mcmcstorage.jl

HDF5 storage format and Julia interface for MCMC chain samples.
https://github.com/tpapp/mcmcstorage.jl

Last synced: 4 months ago
JSON representation

HDF5 storage format and Julia interface for MCMC chain samples.

Awesome Lists containing this project

README

          

# MCMCStorage

![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)
[![Build Status](https://travis-ci.com/tpapp/MCMCStorage.jl.svg?branch=master)](https://travis-ci.com/tpapp/MCMCStorage.jl)
[![codecov.io](http://codecov.io/github/tpapp/MCMCStorage.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/MCMCStorage.jl?branch=master)

## Overview

This is an experimental Julia package for

1. loading MCMC results,
2. working with them,
3. saving them in an externalized format.

Work in progress, API changes without notice.

## Installation

Not (yet) registered. Install from this repository.

## Documentation

See the docstrings of submodules of `MCMCStorage`.