dens-biviph-method: Density method for bivariate inhomogeneous phase-type...

dens,biviph-methodR Documentation

Density method for bivariate inhomogeneous phase-type distributions

Description

Density method for bivariate inhomogeneous phase-type distributions

Usage

## S4 method for signature 'biviph'
dens(x, y)

Arguments

x

An object of class biviph.

y

A matrix of locations.

Value

A vector containing the joint density evaluations at the given locations.

Examples

under_bivph <- bivph(dimensions = c(3, 3))
obj <- biviph(under_bivph, gfun = c("weibull", "pareto"), gfun_pars = list(c(2), c(3)))
dens(obj, matrix(c(0.5, 1), ncol = 2))

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