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