This file contains functions of a Gaussian Hidden Markov Models. More...
Go to the source code of this file.
Classes | |
class | GaussianHMM |
A wrapper class for HMM functionals in single Gaussian case. More... |
This file contains functions of a Gaussian Hidden Markov Models.
It implements log-likelihood computation, viterbi algorithm for the most probable sequence, Baum-Welch algorithm and Viterbi-like algorithm for parameter estimation. It can also generate sequences from a Hidden Markov Model.
Definition in file gaussianHMM.h.