ErlangHMM for MAP with fixed phases
ErlangHMM for MAP with fixed phases
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)
size
An integer of the number of phases
erhmm
An 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
The degrees of freedom
...
Others
mmoment()
Marginal moments
AERHMMClass$mmoment(k, ...)
k
An integer of degree
...
Others
A vector of moments
jmoment()
Joint moments
AERHMMClass$jmoment(lag, ...)
lag
An integer of lag
...
Others
A matrix of moments
...
Others
A vector for k-lag correlation
emfit()
Run EM
AERHMMClass$emfit(data, options, ...)
data
A dataframe
options
A list of options
...
Others
init()
Initialize with data
AERHMMClass$init(data, ...)
data
A dataframe
...
Others
options
A list of options
clone()
The objects of this class are cloneable with this method.
AERHMMClass$clone(deep = FALSE)
deep
Whether to make a deep clone.
A special case of MAP.