Description Usage Arguments Value See Also Examples
Cumulative distribution function of the Pareto 1 distribution
1 | ppareto1(x, mu = 1, alpha = 1/xi, xi = 1/alpha)
|
x |
numeric, (positive) vector |
mu |
numeric, lower bound, default is 1 |
alpha |
numeric, tail index |
xi |
numeric, inverse of |
the c.d.f. of the Pareto 1 distribution at points x
F(x)=1-(mu/x)^(alpha)
Expected value exists when alpha
is larger than 1, and is
E[X]=alpha/(alpha-1)
dpareto1
, qpareto1
and rpareto1
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.