Description Usage Arguments Value Examples
Cumulative probability, quantiles, density function from left-truncated Weibull distribution.
1 2 3 4 5 | pweibull_LT(q,shape,scale,u)
qweibull_LT(p,shape,scale,u)
dweibull_LT(x,shape,scale,u)
|
p |
vectors of probabilities. |
shape |
Shape parameter. |
scale |
Scale parameter. |
u |
The left truncated point. |
q |
vectors of quantiles. |
x |
vectors of values at which to evaluate density. |
Probability (pweibull_LT), quantile (qweibull_LT), density (dweibull_LT) for the left-truncated Weibull distribution.
1 2 3 | pweibull_LT(q=10,shape=1,scale=4,u=5)
qweibull_LT(p=0.6,shape=1,scale=4,u=5)
dweibull_LT(x=6,shape=1,scale=4,u=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.