Learn R Programming

matrixdist (version 1.1.2)

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

Description

Quantile Method for phase type distributions

Usage

# S4 method for ph
quan(x, p)

Arguments

x

an object of class '>ph.

p

a vector of probabilities.

Value

A list containing the probabilities and corresponding quantile evaluations.

Examples

Run this code
# NOT RUN {
obj <- ph(structure = "general")
quan(obj, c(0.5, 0.9, 0.99))
# }

Run the code above in your browser using DataLab