ts-markov
v1.0.0
Published
A TypeScript library to help you create Markov Chains
Downloads
9
Maintainers
Readme
ts-markov
This is a fork of js-markov by Edwin Pratt. It is still in an early stage.
ts-markov is a TypeScript library that allows you to create powerful, yet simple Markov Chains.
TODO
- Extract ArrayKeyedMap
- Make generic.
- Normalize types. (type-fest)
- Write more tests.
- Write this very readme-file.
What are Markov Chains?
A Markov chain is a stochastic model describing a sequence of possible events in which the probability of each event depends only on the state attained in the previous event. - Wikipedia.
Installation
TODO
Usage
TODO
Code Example
TODO
Contributing
TODO
License
ts-markov is licensed under the MIT License. Please have a look at the LICENSE file for more information.