Learn R Programming

matrixdist (version 1.1.3)

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 list containing the locations and corresponding density evaluations.

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