shape.pickands | R Documentation |
Given a sample of size n
of positive exceedances, compute
the real shape parameter \xi
based on the k
largest order statistics.
shape.pickands(xdat, k)
xdat |
vector of positive observations of length |
k |
number of largest order statistics |
a data frame with the number of order statistics k
and the shape parameter estimate shape
, or a single numeric value if k
is a scalar.
Pickands, III, J. (1975). Statistical inference using extreme order statistics. Annals of Statistics, 3, 119-131.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.