pub type GaussianModel = Model<Normal>;
Expand description

Shortcut for HMM with emission values from a Gaussian distribution.