dens-dph-method function

Density method for discrete phase-type distributions

Density method for discrete phase-type distributions

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

Arguments

  • x: An object of class dph .
  • y: A vector of locations.

Returns

A vector containing the density evaluations at the given locations.

Examples

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