Learn R Programming

matrixdist (version 1.1.3)

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

Description

Quantile Method for phase type distributions

Usage

# S4 method for ph
quan(x, p)

Value

A list containing the probabilities and corresponding quantile evaluations.

Arguments

x

an object of class ph.

p

a vector of probabilities.

Examples

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

Run the code above in your browser using DataLab