From 47c8259c0ff5a4f42f20aee337d0ef84a79af57c Mon Sep 17 00:00:00 2001 From: juanfperez Date: Thu, 19 Dec 2024 19:12:52 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 05ca9ac..db1f88e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # jmarkov jMarkov is a library to simplify the modeling of systems with Markov chains. + +With jmarkov it is possible to model +- Continuous-time Markov chains (CTMCs) +- Discrete-time Markov chains (DTMCs) +- Infinite and finite Birth-Death processes (BDs) +- Queueing systems +- Markov decision processes (MDPs) +- Stochastic dynamic programs (SDPs) + +To use it +```bash +pip install jmarkov +``` + +You can find the documentation on how to use it [here](https://jmarkov.readthedocs.io/en/latest/)