Description Usage Arguments Value See Also Examples
Cumulative distribution 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 c.d.f. of the Generalized Pareto distribution at points x
,
F(x)=1-(1+xi*(x-mu)/beta)^(-1/xi)
(assuming xi
non null). The expected value is then
E[X]=mu+beta/(1-xi)
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.