Learn R Programming

matrixdist (version 1.1.9)

marginal,biviph-method: Marginal method for biviph class

Description

Marginal method for biviph class

Usage

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

Value

An object of the of class iph.

Arguments

x

An object of class biviph.

mar

Indicator of which marginal.

Examples

Run this code
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)

Run the code above in your browser using DataLab