quan,ph-method {matrixdist}R 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))

[Package matrixdist version 1.1.9 Index]