Description Usage Arguments Value See Also Examples
Density of the Generalized Pareto distribution (GPD)
1 |
x |
numeric, (positive) vector |
xi |
numeric, inverse of |
alpha |
numeric, tail index |
mu |
numeric, lower bound, default is 0 |
beta |
numeric, scaling paramater, default = 1 |
the density of the Pareto 1 distribution at points x
,
f(x)=(1/beta)*(1+xi*(x-mu)/beta)^(-1/xi-1)
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.