Probabilities Lindley Distribution | R Documentation |
Gives the distribution function value of a univariate Lindley Distribution.
plindley(q, beta, lower.tail = TRUE, log.p = FALSE)
q |
value or vector to apply on the distribution function. |
beta |
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 plindley(16, beta = 4) ## A vector plindley(c(8, 10, 12), beta = 4) ## Survival Function ## A value plindley(8, beta = 4, lower.tail = FALSE) ## A vector plindley(c(5, 8, 10), beta = 4, lower.tail = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.