dens-phasetype-method: Density method for phase-type distributions

dens,phasetype-methodR Documentation

Density method for phase-type distributions

Description

Density method for phase-type distributions

Usage

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

Arguments

x

An object of class phasetype.

y

A vector of locations.

Value

A vector containing the density evaluations at the given locations.

Examples

obj <- phasetype(structure = "general")
dens(obj, c(1, 2, 3))

jorgeyslas/phfrailty documentation built on April 17, 2025, 4:11 p.m.