Description Usage Arguments Value
Create a sequence from a simulated HMM given transition and emission matrices
1 | create_sequence(transition.mat, emission.mat, n, start.prob)
|
transition.mat |
Transition Matrix specifying the probability of changing or remaining in the same state |
emission.mat |
Emission matrix specifying probability of emitting certain symbol from a state |
n |
The length of the sequence to be generated |
start.prob |
Vector of initial probabilities, probaility of starting from a state |
list containing generated sequence and the vector of states under which each symbol was generated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.