quan-ph-method: Quantile method for phase-type distributions

quan,ph-methodR Documentation

Quantile method for phase-type distributions

Description

Quantile method for phase-type distributions

Usage

## S4 method for signature 'ph'
quan(x, p)

Arguments

x

An object of class ph.

p

A vector of probabilities.

Value

A vector containing the quantile evaluations at the given locations.

Examples

obj <- ph(structure = "general")
quan(obj, c(0.5, 0.9, 0.99))

matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.