An open API service indexing awesome lists of open source software.

https://github.com/planeshifter/discrete-markovchain

discrete time, discrete state space Markov chain package
https://github.com/planeshifter/discrete-markovchain

Last synced: 12 months ago
JSON representation

discrete time, discrete state space Markov chain package

Awesome Lists containing this project

README

          

[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]
[![Dependencies][dependencies-image]][dependencies-url]

discrete-markovchain
==========

> discrete time, discrete state space Markov chain package written in JS for *node.js* and the browser

## Getting Started

### Installation

``` javascript
npm install discrete-markovchain
```

### Usage

## API

## Unit Tests

Run tests via the command `npm test`

---
## License

[MIT license](http://opensource.org/licenses/MIT).

[npm-image]: https://badge.fury.io/js/discrete-markovchain.svg
[npm-url]: http://badge.fury.io/js/discrete-markovchain

[travis-image]: https://travis-ci.org/Planeshifter/discrete-markovchain.svg
[travis-url]: https://travis-ci.org/Planeshifter/discrete-markovchain

[coveralls-image]: https://img.shields.io/coveralls/Planeshifter/discrete-markovchain/master.svg
[coveralls-url]: https://coveralls.io/r/Planeshifter/discrete-markovchain?branch=master

[dependencies-image]: http://img.shields.io/david/Planeshifter/discrete-markovchain.svg
[dependencies-url]: https://david-dm.org/Planeshifter/discrete-markovchain