dens-bivphasetype-method: Density method for bivariate phase-type distributions

dens,bivphasetype-methodR Documentation

Density method for bivariate phase-type distributions

Description

Density method for bivariate phase-type distributions

Usage

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

Arguments

x

An object of class bivphasetype.

y

A matrix of locations.

Value

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

Examples

obj <- bivphasetype(dimensions = c(3, 3))
dens(obj, matrix(c(0.5, 1), ncol = 2))

jorgeyslas/phfrailty documentation built on April 17, 2025, 4:11 p.m.