Learn R Programming

matrixdist (version 1.1.9)

dens,ph-method: Density method for phase-type distributions

Description

Density method for phase-type distributions

Usage

# S4 method for ph
dens(x, y)

Value

A vector containing the density evaluations at the given locations.

Arguments

x

An object of class ph.

y

A vector of locations.

Examples

Run this code
obj <- ph(structure = "general")
dens(obj, c(1, 2, 3))

Run the code above in your browser using DataLab