deeptime.markov.hmm¶
Package containing tools for estimation and analysis of hidden Markov state models.
They consist out of a hidden state MSM
which holds information
on how hidden states can transition between one another and an
OutputModel
, which maps hidden states to discrete observable states in
case of an DiscreteOutputModel
or to continuous observables
in case of an GaussianOutputModel
.
Estimators¶
|
Maximum likelihood Hidden Markov model (HMM) estimator. |
|
Estimator for a Bayesian Hidden Markov state model. |
Output models¶
|
Output model superclass. |
|
HMM output probability model using discrete symbols. |
|
HMM output probability model using one-dimensional Gaussians. |
Initial guess¶
Depending on the output model there are some methods that provide initial guesses for estimation.
|
Initializes a |
|
Estimates an initial guess |
|
Makes an initial guess for an |
|
Makes an initial guess |
Models¶
|
Hidden Markov state model consisting of a transition model ( |
|
Bayesian Hidden Markov model with samples of posterior and prior. |