| pctp | R Documentation |
Cumulative Distribution Function of the CTP Distribution
pctp(q, a, b, gama, lower.tail = TRUE, log.p = FALSE)
q |
Vector of quantiles. |
a |
Parameter a. |
b |
Parameter b. |
gama |
Parameter gamma. |
lower.tail |
Logical; if TRUE, probabilities are P(X <= q), otherwise P(X > q). |
log.p |
Logical; if TRUE, probabilities are given on the log scale. |
Numeric vector of cumulative probabilities.
pctp(0:5, 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.