Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: finance
See also: dpgp pickandsgp mlegp mlegp0 hillgp1 momentgp dpgpdiag

Quantlet: dpgpdiag
Description: Vector of Drees-Pickands estimators for the Generalized Pareto model

Usage: r = dpgpdiag (x, k)
Input:
x vector of data
k vector: number of exceedances
Output:
r vector with shape parameters

Example:
library("finance")
x=randx("gp",100,1)
r=dpgpdiag(x,4:100)
r

Result:
Vector with the estimated shape parameters for the number of
extremes provided in k



Author: M. Thomas, 19990503 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006