mcmc-types

Common types for implementing MCMC algorithms.
Log | Files | Refs | README | LICENSE

commit 3af08773dff69facc516d3478f149c035969a484
parent 27ab331f93d5b68a22e08c0bf15448f42ec8867d
Author: Jared Tobin <jared@jtobin.ca>
Date:   Fri, 11 Mar 2016 12:48:45 +1300

Add license badge. [ci skip]

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://secure.travis-ci.org/jtobin/mcmc-types.png)](http://travis-ci.org/jtobin/mcmc-types) [![Hackage Version](https://img.shields.io/hackage/v/mcmc-types.svg)](http://hackage.haskell.org/package/mcmc-types) - +[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jtobin/mcmc-types/blob/master/LICENSE) Common types for implementing Markov Chain Monte Carlo (MCMC) algorithms.