Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmedian/ctmc2
Continous Time Markov Chain (with automatic error correction)
https://github.com/kmedian/ctmc2
markov-chain pypi
Last synced: 2 days ago
JSON representation
Continous Time Markov Chain (with automatic error correction)
- Host: GitHub
- URL: https://github.com/kmedian/ctmc2
- Owner: kmedian
- License: mit
- Created: 2018-10-05T20:41:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T20:43:01.000Z (about 6 years ago)
- Last Synced: 2024-09-30T09:13:46.836Z (about 2 months ago)
- Topics: markov-chain, pypi
- Language: Jupyter Notebook
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/kmedian/ctmc2.svg?branch=master)](https://travis-ci.org/kmedian/ctmc2)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/kmedian/ctmc2/master?urlpath=lab)# ctmc2
Continous Time Markov Chain (with automatic error correction)## Table of Contents
* [Installation](#installation)
* [Usage](#usage)
* [Commands](#commands)
* [Support](#support)
* [Contributing](#contributing)## Installation
The `ctmc2` [git repo](http://github.com/kmedian/ctmc2) is available as [PyPi package](https://pypi.org/project/ctmc2)```
pip install ctmc2
```## Usage
Check the [examples](examples) folder for notebooks.## Commands
* Check syntax: `flake8 --ignore=F401`
* Remove `.pyc` files: `find . -type f -name "*.pyc" | xargs rm`
* Remove `__pycache__` folders: `find . -type d -name "__pycache__" | xargs rm -rf`
* Upload to PyPi with twine: `python setup.py sdist && twine upload -r pypi dist/*`## Debugging
* Notebooks to profile python code are in the [profile](profile) folder## Support
Please [open an issue](https://github.com/kmedian/ctmc2/issues/new) for support.## Contributing
Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/kmedian/ctmc2/compare/).