hmm-hmatrix-0.0.0.1: Hidden Markov Models using HMatrix primitives

Safe HaskellNone
LanguageHaskell2010

Math.HiddenMarkovModel.Example.SineWave

Description

Warning: do not import that module, it is only intended for demonstration

Example of an HMM with continuous emissions. We train a model to accept sine waves of a certain frequency.

There are four hidden states: 0 - rising, 1 - high, 2 - falling, 3 - low.

Documentation