hmm-lapack-0.3: Hidden Markov Models using HMatrix primitives

Safe HaskellNone

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: Rising, High, Falling, Low.

Documentation

data State Source

Constructors

Rising 
High 
Falling 
Low