Probabilities Generalized Lindley Distribution | R Documentation |
Gives the distribution function value of a univariate Generalized Lindley Distribution.
pglindley(q, alpha, beta, gamma, lower.tail = TRUE, log.p = FALSE)
q |
value or vector to apply on the distribution function. |
alpha |
value of parameter. |
beta |
value of parameter. |
gamma |
value of parameter. |
lower.tail |
logical; if TRUE (default). probabilites are P[X ≤ x], otherwise P[X > x]. |
log.p |
logical; if FALSE (default), probabilities are expected in p, otherwise log[probabilities] are expected. |
CASTRO, M. O.; MONTALVO, G. S. A.
## Distribution Function ## A value pglindley(16, alpha = 2, beta = 4, gamma = 3) ## A vector pglindley(c(8, 10, 12), alpha = 2, beta = 4, gamma = 3) ## Survival Function ## A value pglindley(8, alpha = 2, beta = 4, gamma = 3, lower.tail = FALSE) ## A vector pglindley(c(5, 8, 10), alpha = 2, beta = 4, gamma = 3, lower.tail = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.