README.md

HMM

Purpose and goal

The purpose of this package is to implement methods for handling Hidden Markov Models (HHMs) in a sensible way.

The package considers HHMs as S3 object. An HMM class is created using the function hmm. If emission observations are given, an HMM is fitted using the EM-algorithm. Methods for the class include

Furthermore, the function hmm provides classical decoding of hidden states using posterior probabilities and the Viterbi algorithm. What sets apart the package from other packages dealing with HMMs is the ease at which custom emission distributions can be added.

Authors

This project is made by:



AdvancedR-2021/hmm documentation built on Dec. 17, 2021, 7:41 a.m.