qwdcomppareto {CompPareto} | R Documentation |
The quantile function of a discrete composite distribution with Pareto tail
Description
qwdcomppareto
returns the quantile of a composite distribution with a Pareto upper tail given p, with a specified distribution at the lower tail.
Usage
qwdcomppareto(p, spec, alpha, theta, log = FALSE, ...)
Arguments
p |
vector of probabilities |
spec |
The selection of the lower tail (head) distribution |
alpha |
The shape parameter of the Pareto distribution |
theta |
The scale parameter of Pareto, also serve as the location parameter of the composite model |
log |
logical; if TRUE, probability p are given as log(p) |
... |
The parameter of the lower tail (head) distribution |
Value
an object of the same length of x as the CDF evaluated at x
Examples
p <-seq(0.1,0.9,b=0.1)
qcomppareto(p, "weibull", alpha = 1.5, theta = 1.5, shape = 2, scale = 2)
[Package CompPareto version 0.1.0 Index]