Description Usage Arguments Value
Simulate hidden series given an observed series and using the reverse emission probability from ProbMatX object
1 | simulateHid(probMatX, dataObs, groupSize, alphabetSizeO, alphabetSizeH)
|
probMatX |
The ProbMatX object created from 'createProbMatX' function |
dataObs |
The observed data used to simulate the hidden data |
groupSize |
The groupSize of the DMarkov model. Should be the same as the one used to create ProbMatX object |
alphabetSizeO |
The original alphabet size of the observed data. The alphabetSize must be the same as the one used when creating the ProbMatX object |
alphabetSizeH |
The original alphabet size of the hidden data. The alphabetSize must be the same as the one used when creating the ProbMatX object |
A vector containing the simulated hidden data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.