marginal,miph-method | R Documentation |
Marginal method for multivariate inhomogeneous phase-type distributions
## S4 method for signature 'miph'
marginal(x, mar = 1)
x |
An object of class miph. |
mar |
Indicator of which marginal. |
An object of the of class iph.
under_mph <- mph(structure = c("general", "general"))
obj <- miph(under_mph, gfun = c("weibull", "pareto"), gfun_pars = list(c(2), c(3)))
marginal(obj, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.