From 46fb2338f6daa628225b8e1934aef57cad2264b7 Mon Sep 17 00:00:00 2001 From: Kevin P Murphy Date: Wed, 8 May 2024 13:06:25 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b679bc40..291f0802 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ sequential Monte Carlo (SMC)). For tutorials and API documentation, see: https://probml.github.io/dynamax/. +For an extension of dynamax that supports structural time series models, +see https://github.com/probml/sts-jax. + +For an illustration of how to use dynamax inside of [bayeux](https://jax-ml.github.io/bayeux/) to perform Bayesian inference +for the parameters of an SSM, see https://jax-ml.github.io/bayeux/examples/dynamax_and_bayeux/. + ## Installation and Testing To install the latest releast of dynamax from PyPi: