View source: R/truncated_weibull.R
pweibull2 | R Documentation |
Lower and upper tail probabilities of the weibull distribution with the shape and rate parameterization.
pweibull2(x, shape, lambda, log.p = FALSE, lower.tail = TRUE)
x |
vector of values |
shape |
shape parameter |
lambda |
rate parameter |
log.p |
logical; if TRUE, probabilities p are given as log(p) |
lower.tail |
logical; if TRUE (default), probabilities are P(X <= x), otherwise, P(X > x) |
vector of tail probabilities
Other weibull2:
dweibull2_trunc_log()
,
dweibull2()
,
rweibull2_trunc()
,
rweibull2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.