Quantile Lindley Distribution | R Documentation |
Gives the quantile function value of a univariate Lindley Distribution.
qlindley(p, beta, lower.tail = TRUE, log.p = FALSE)
p |
value or vector to apply on the quantile 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.
## Quantile Function ## A value qlindley(0.59, beta = 5) ## A vector qlindley(c(0.25, 0.50, 0.75), beta = 5, lower.tail = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.