Nfold,dph-method | R Documentation |
Nfold method for phase-type distributions
## S4 method for signature 'dph'
Nfold(x1, x2)
x1 |
An object of class ph. |
x2 |
An object of class dph. |
An object of class ph.
dph1 <- dph(structure = "general", dimension = 3)
dph2 <- dph(structure = "general", dimension = 2)
ph0 <- ph(structure = "general", dimension = 2)
Nfold(dph1, ph0)
Nfold(dph1, dph2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.