marginal,biviph-method | R Documentation |
Marginal method for biviph class
## S4 method for signature 'biviph'
marginal(x, mar = 1)
x |
An object of class biviph. |
mar |
Indicator of which marginal. |
An object of the of class iph.
under_bivph <- bivph(dimensions = c(3, 3))
obj <- biviph(under_bivph, 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.