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

dens,bivph-methodR Documentation

Density method for bivariate phase-type distributions

Description

Density method for bivariate phase-type distributions

Usage

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

Arguments

x

An object of class bivph.

y

A matrix of locations.

Value

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

Examples

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

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