+,dph,dph-method | R Documentation |
Sum method for discrete phase-type distributions
## S4 method for signature 'dph,dph'
e1 + e2
e1 |
An object of class dph. |
e2 |
An object of class dph. |
An object of class dph.
dph1 <- dph(structure = "general", dimension = 3)
dph2 <- dph(structure = "general", dimension = 5)
dph_sum <- dph1 + dph2
dph_sum
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.