Description Usage Arguments Value Examples
View source: R/dataProcessing.R
Simulates HMM data using a given family of distributions, an input number of states, and a transition probability.
1 2 3 4 5 6 |
N |
Integer value for number of elements to randomly generate |
cnts |
Named integer vector for mean/lambda value for that state |
switch.prob |
Numeric value for transition probability (Default=0.1) |
family |
Family of distributions (Default=poission) |
A Dataframe consisting of states and the simulated observations from each state
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.