HMM                     HMM - Hidden Markov Models
backward                Computes the backward probabilities
baumWelch               Inferring the parameters of a Hidden Markov
                        Model via the Baum-Welch algorithm
dishonestCasino         Example application for Hidden Markov Models
forward                 Computes the forward probabilities
initHMM                 Initialisation of HMMs
posterior               Computes the posterior probabilities for the
                        states
simHMM                  Simulate states and observations for a Hidden
                        Markov Model
viterbi                 Computes the most probable path of states
viterbiTraining         Inferring the parameters of a Hidden Markov
                        Model via Viterbi-training
