| AERHMMClass | R Documentation |
ErlangHMM for MAP with fixed phases
ErlangHMM for MAP with fixed phases
A special case of MAP.
alpha()Get alpha
AERHMMClass$alpha()
A vector of alpha
shape()Get shape
AERHMMClass$shape()
A vector of shapes
rate()Get rate
AERHMMClass$rate()
A vector of rates
P()Get P
AERHMMClass$P()
A matrix of P
xi()Get exit rates
AERHMMClass$xi()
A vector of exit rates
new()Create an AERHMM
AERHMMClass$new(size, erhmm)
sizeAn integer of the number of phases
erhmmAn instance of ERHMM
An instance of AERHMM
copy()copy
AERHMMClass$copy()
A new instance
size()The number of components
AERHMMClass$size()
The number of components
df()Degrees of freedom
AERHMMClass$df()
The degrees of freedom
print()AERHMMClass$print(...)
...Others
mmoment()Marginal moments
AERHMMClass$mmoment(k, ...)
kAn integer of degree
...Others
A vector of moments
jmoment()Joint moments
AERHMMClass$jmoment(lag, ...)
lagAn integer of lag
...Others
A matrix of moments
acf()k-lag correlation
AERHMMClass$acf(...)
...Others
A vector for k-lag correlation
emfit()Run EM
AERHMMClass$emfit(data, options, ...)
dataA dataframe
optionsA list of options
...Others
init()Initialize with data
AERHMMClass$init(data, ...)
dataA dataframe
...Others
optionsA list of options
clone()The objects of this class are cloneable with this method.
AERHMMClass$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.