General Markovian arrival process
General Markovian arrival process
alpha()Get alpha
MAPClass$alpha()A vector of alpha
D0()Get D0
MAPClass$D0()A matrix of D0
D1()Get D1
MAPClass$D1()A matrix of D1
xi()Get xi
MAPClass$xi()A vector of xi
new()Create a MAP
MAPClass$new(alpha, D0, D1, xi)alphaA vector of initial probability
D0An infinitesimal generator
D1An infinitesimal generator
xiAn exit rate vector
An instance of MAP
copy()copy
MAPClass$copy()A new instance
size()The number of phases
MAPClass$size()The number of phases
The degrees of freedom
...Others
mmoment()Marginal moments
MAPClass$mmoment(k, ...)kAn integer of degree
...Others
A vector of moments
jmoment()Joint moments
MAPClass$jmoment(lag, ...)lagAn integer of lag
...Others
A matrix of moments
...Others
A vector for k-lag correlation
emfit()Run EM
MAPClass$emfit(data, options, ...)dataA dataframe
optionsA list of options
...Others
init()Initialize with data
MAPClass$init(data, ...)dataA dataframe
...Others
clone()The objects of this class are cloneable with this method.
MAPClass$clone(deep = FALSE)deepWhether to make a deep clone.
A point process dominated by a continuous-time Markov chain.