Skip to content

Commit f1965fc

Browse files
authored
Update README.md
1 parent daacee8 commit f1965fc

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Predictions with Markov Chains
2-
Predictions with Markov Chains on an unlimited number of states
32

4-
Mode: Java Script (native)
5-
6-
Dependencies: none (one file app)
7-
8-
The application multiplies a probability vector with a transition matrix multiple times (<i>n</i> steps - user defined). On each step, the values from the resulting probability vectors are plotted on a chart. The resulting curves on the chart indicate the behavior of the system over <i>n</i> steps. Note that the application allows a prediction for systems with a maximum of four states.
9-
10-
This subject of pseudo-random numbers is related to a philosophical discussion from the book entitled <i>Algorithms in Bioinformatics: Theory and Implementation</i>. Note that the construction and theory behind the chart of this application can be found [here](https://github.com/Gagniuc/World-smallest-js-chart-v1.0).
3+
This JS application multiplies a probability vector with a transition matrix multiple times (<i>n</i> steps - user defined). On each step, the values from the resulting probability vectors are plotted on a chart. The resulting curves on the chart indicate the behavior of the system over <i>n</i> steps. Note that the application allows a prediction for systems with a maximum of 13 states. However, more states can be added. The application has no dependencies and can be used as a single offline html file. Note that the construction and theory behind the chart of this application can be found [here](https://github.com/Gagniuc/World-smallest-js-chart-v1.0).
114

125
Live demo: https://gagniuc.github.io/Predictions-with-Markov-Chains/
136

147
<kbd><img src="ScreenShot%20-%20Predictions%20with%20Markov%20Chains%20on%20an%20unlimited%20number%20of%20states.png" /></kbd>
8+
9+
# References
10+
11+
- <i>Paul A. Gagniuc. Algorithms in Bioinformatics: Theory and Implementation. John Wiley & Sons, Hoboken, NJ, USA, 2021, ISBN: 9781119697961.</i>

0 commit comments

Comments
 (0)