maximum,iph,iph-method | R Documentation |
Maximum method for inhomogeneous phase-type distributions
## S4 method for signature 'iph,iph'
maximum(x1, x2)
x1 |
An object of class iph. |
x2 |
An object of class iph. |
An object of class iph.
iph1 <- iph(ph(structure = "general", dimension = 3), gfun = "weibull", gfun_pars = 2)
iph2 <- iph(ph(structure = "gcoxian", dimension = 5), gfun = "weibull", gfun_pars = 2)
iph_min <- maximum(iph1, iph2)
iph_min
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.