marginal-biviph-method: Marginal method for biviph class

marginal,biviph-methodR Documentation

Marginal method for biviph class

Description

Marginal method for biviph class

Usage

## S4 method for signature 'biviph'
marginal(x, mar = 1)

Arguments

x

An object of class biviph.

mar

Indicator of which marginal.

Value

An object of the of class iph.

Examples

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)

matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.