Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfperez authored Dec 20, 2024
1 parent 3294237 commit 47c8259
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit 47c8259

Please sign in to comment.