dens,mdph-method {matrixdist}R Documentation

Density method for multivariate discrete phase-type distributions

Description

Density method for multivariate discrete phase-type distributions

Usage

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

Arguments

x

An object of class mdph.

y

A matrix of locations.

Value

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

Examples

obj <- mdph(structure = c("general", "general"))
dens(obj, matrix(c(1, 1), ncol = 2))

[Package matrixdist version 1.1.9 Index]