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

quan,phasetype-methodR Documentation

Quantile method for phase-type distributions

Description

Quantile method for phase-type distributions

Usage

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

Arguments

x

An object of class phasetype.

p

A vector of probabilities.

Value

A vector containing the quantile evaluations at the given probabilities.

Examples

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

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