README.md

Installation

library("devtools")
install_github("jiangrongo/HMM")
library("HMM")

Version 1.0

The estimation is for a simple hidden Markov model, where the emission distribution is Normal(u, sig). It can also be thought as a mixture Gaussian model with transition probability invovled instead of independent points.

The computation is not in log scale, thus long transcript input can result failure.

The local git is saved in /Dropbox/HMM.



jiangrongo/HMM documentation built on May 19, 2019, 9:38 p.m.