From 473d698cebe0ed88872f947fb591eae698f0f146 Mon Sep 17 00:00:00 2001 From: adannenberg Date: Mon, 7 Oct 2024 06:18:46 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dfce713..aa58626f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![DOI](https://joss.theoj.org/papers/10.21105/joss.06436/status.svg)](https://doi.org/10.21105/joss.06436) -A Julia package for simulation, inference and learning of Hidden Markov Models. +A Julia package for simulation, inference and learning of Hidden Markov Models for which the hidden state has discrete rather than continuous values. ## Getting started From c9c027643c1f45cfb62019bc3204dfa70cfd59e9 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:56:57 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa58626f..96149bbd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![DOI](https://joss.theoj.org/papers/10.21105/joss.06436/status.svg)](https://doi.org/10.21105/joss.06436) -A Julia package for simulation, inference and learning of Hidden Markov Models for which the hidden state has discrete rather than continuous values. +A Julia package for simulation, inference and learning of Hidden Markov Models with discrete states and discrete time. ## Getting started