ts-markov
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i ts-markov

Weekly Downloads

7

Version

1.0.0

License

MIT

Unpacked Size

24.7 kB

Total Files

35

Last publish

Collaborators

  • mogoh