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
- Host: GitHub
- URL: https://github.com/planeshifter/discrete-markovchain
- Owner: Planeshifter
- License: mit
- Created: 2015-03-22T02:31:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T04:02:33.000Z (about 11 years ago)
- Last Synced: 2025-06-03T23:48:46.771Z (about 1 year ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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