https://github.com/gagniuc/php-markov-chains
Here are all the Markov Chain algorithms in PHP that are associated with the book entitled Markov chains: from theory to implementation and experimentation.
https://github.com/gagniuc/php-markov-chains
algorithms chain implementation markov matrices php probability stochastic transition
Last synced: 21 days ago
JSON representation
Here are all the Markov Chain algorithms in PHP that are associated with the book entitled Markov chains: from theory to implementation and experimentation.
- Host: GitHub
- URL: https://github.com/gagniuc/php-markov-chains
- Owner: Gagniuc
- License: mit
- Created: 2021-10-28T21:52:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T19:35:29.000Z (over 4 years ago)
- Last Synced: 2025-01-15T07:31:53.760Z (over 1 year ago)
- Topics: algorithms, chain, implementation, markov, matrices, php, probability, stochastic, transition
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: Supporting algorithm (PHP alternative) 1.php
Awesome Lists containing this project
README
# PHP Markov Chains
Here are all the Markov Chain algorithms in PHP that are associated with the book entitled Markov chains: from theory to implementation and experimentation.
# References
- Paul A. Gagniuc. Markov chains: from theory to implementation and experimentation. Hoboken, NJ, John Wiley & Sons, USA, 2017, ISBN: 978-1-119-38755-8.