-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3294237
commit 47c8259
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |