Learn R Programming

matrixdist (version 1.1.2)

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

Description

Density Method for phase type distributions

Usage

# S4 method for ph
dens(x, y)

Arguments

x

an object of class '>ph.

y

a vector of locations.

Value

A list containing the locations and corresponding density evaluations.

Examples

Run this code
# NOT RUN {
obj <- ph(structure = "general")
dens(obj, c(1, 2, 3))
# }

Run the code above in your browser using DataLab