Learn R Programming

matrixdist (version 1.1.9)

dens,bivdph-method: Density method for bivariate discrete phase-type distributions

Description

Density method for bivariate discrete phase-type distributions

Usage

# S4 method for bivdph
dens(x, y)

Value

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

Arguments

x

An object of class bivdph.

y

A matrix of locations.

Examples

Run this code
obj <- bivdph(dimensions = c(3, 3))
dens(obj, matrix(c(1, 2), ncol = 2))

Run the code above in your browser using DataLab