Learn R Programming

cascsim (version 0.4)

Quantile: Quantile function.

Description

Quantile function.

Usage

Quantile(object, p, ...)

# S4 method for Normal Quantile(object, p)

# S4 method for Beta Quantile(object, p)

# S4 method for Exponential Quantile(object, p)

# S4 method for Gamma Quantile(object, p)

# S4 method for Geometric Quantile(object, p)

# S4 method for Lognormal Quantile(object, p)

# S4 method for NegativeBinomial Quantile(object, p)

# S4 method for Pareto Quantile(object, p)

# S4 method for Poisson Quantile(object, p)

# S4 method for Uniform Quantile(object, p)

# S4 method for Weibull Quantile(object, p)

# S4 method for Empirical Quantile(object, p)

Arguments

object

Distribution Object

p

Probability

...

Additional function arguments

Examples

Run this code
# NOT RUN {
xPareto <- new("Pareto",p1=20,p2=3)
Quantile(xPareto,0.6)
# }

Run the code above in your browser using DataLab