1.0.0 • Published 3 years ago

ts-markov v1.0.0

Weekly downloads
16
License
MIT
Repository
github
Last release
3 years ago

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.

0.1.0

3 years ago

1.0.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago