erhmm | R Documentation |
Create an instance of ERHMM
erhmm( size, shape, alpha = rep(1/length(shape), length(shape)), rate = rep(1, length(shape)), P = matrix(1/length(shape), length(shape), length(shape)) )
size |
An integer of the number of phases |
shape |
A vector of shape parameters |
alpha |
A vector of initial probability (alpha) |
rate |
A vector of rate parameters |
P |
A matrix of transition probabilities |
An instance of ERHMM
If shape is given, shape is used even though size is set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.