https://github.com/kkapsner/hiddenmarkovmodel
https://github.com/kkapsner/hiddenmarkovmodel
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkapsner/hiddenmarkovmodel
- Owner: kkapsner
- Created: 2014-03-10T15:33:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T11:30:38.000Z (about 11 years ago)
- Last Synced: 2025-02-09T12:25:45.380Z (over 1 year ago)
- Language: C++
- Size: 3 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# hiddenMarkovModel
Literature list:
- J. D. Chodera et al. "Bayesian hidden Markov model analysis of single-molecule force spectroscopy: Characterizing kinetics under measurement uncertainty" http://arxiv.org/abs/1108.1430 (2011)
- L. R. Rabiner and B. H. Juang "An introduction to hidden Markov models", IEEE ASSp Magazine (1986)
## Usage with MATLAB
Download the content of the "MATLAB" folder to a folder were MATLAB can find it and run
```
help GMM_cpp
help HMM_cpp
```