MAPClass | R Documentation |
General Markovian arrival process
General Markovian arrival process
A point process dominated by a continuous-time Markov chain.
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)
alpha
A vector of initial probability
D0
An infinitesimal generator
D1
An infinitesimal generator
xi
An 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
df()
Degrees of freedom
MAPClass$df()
The degrees of freedom
print()
MAPClass$print(...)
...
Others
mmoment()
Marginal moments
MAPClass$mmoment(k, ...)
k
An integer of degree
...
Others
A vector of moments
jmoment()
Joint moments
MAPClass$jmoment(lag, ...)
lag
An integer of lag
...
Others
A matrix of moments
acf()
k-lag correlation
MAPClass$acf(...)
...
Others
A vector for k-lag correlation
emfit()
Run EM
MAPClass$emfit(data, options, ...)
data
A dataframe
options
A list of options
...
Others
init()
Initialize with data
MAPClass$init(data, ...)
data
A dataframe
...
Others
clone()
The objects of this class are cloneable with this method.
MAPClass$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.