Description Usage Arguments Value See Also Examples
Density of the Pareto 1 distribution
1 | dpareto1(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 density of the Pareto 1 distribution at points x
f(x)=alpha*mu^alpha/x^(alpha+1)
Expected value exists when alpha
is larger than 1, and is
E[X]=alpha/(alpha-1)
ppareto1
, 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.