| Trees | Indices | Help |
|---|
|
|
Deal with representations of Markov Models.
|
|||
|
MarkovModelBuilder Interface to build up a Markov Model. |
|||
|
HiddenMarkovModel Represent a hidden markov model that can be used for state estimation. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
|
|||
Calculate which 'from transitions' are allowed for each state This looks through all of the trans_probs, and uses this dictionary to determine allowed transitions. It converts this information into a dictionary, whose keys are source states and whose values are lists of destination states reachable from the source state via a transition. |
Calculate which 'to transitions' are allowed for each state This looks through all of the trans_probs, and uses this dictionary to determine allowed transitions. It converts this information into a dictionary, whose keys are destination states and whose values are lists of source states from which the destination is reachable via a transition. |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 18 18:19:20 2011 | http://epydoc.sourceforge.net |