From 3c28769a1edfc625a8321c87cb47cd271159fb8a Mon Sep 17 00:00:00 2001 From: Ethan Matlin Date: Wed, 21 Aug 2019 15:32:23 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b41a27..f0147f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Sequential Monte Carlo +[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://frbny-dsge.github.io/SMC.jl/latest) + This package implements the Sequential Monte Carlo (SMC) sampling algorithm, an alternative to Metropolis Hastings Markov Chain Monte Carlo sampling for approximating posterior distributions. The SMC algorithm implemented here is based upon Edward Herbst and Frank