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