powered by
qcomppareto returns the quantile of a composite distribution with a Pareto upper tail given p, with a specified distribution at the lower tail.
qcomppareto
qcomppareto(p, spec, alpha = 1, theta = 1, log.p = FALSE, ...)
an object of the same length of x as the CDF evaluated at x
vector of probabilities
The selection of the lower tail (head) distribution
The shape parameter of the Pareto distribution
The scale parameter of Pareto, also serve as the location parameter of the composite model
logical; if TRUE, probability p are given as log(p)
The parameter of the lower tail (head) distribution
p <-seq(0.01,0.99,b=0.01) qcomppareto(p, "weibull", alpha = 1.5, theta = 1.5, shape = 2, scale = 2)
Run the code above in your browser using DataLab