| qctp | R Documentation |
Quantile Function of the CTP Distribution
qctp(p, a, b, gama, lower.tail = TRUE, log.p = FALSE, max_q = 1000)
p |
Vector of probabilities. |
a |
Parameter a. |
b |
Parameter b. |
gama |
Parameter gamma. |
lower.tail |
Logical. |
log.p |
Logical. |
max_q |
Maximum x to search. |
Numeric vector of quantiles.
qctp(c(0.25, 0.5, 0.75), a = 1, b = 0.5, gama = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.