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: gpme gp1me

Quantlet: empme
Description: empme evalatues the empirical mean excess function of the data set x for each t

Usage: r = empme (x, t)
Input:
x vector, data set
t vector
Output:
r vector

Example:
library("finance")
x=sort(randx("gp",100,1))
r=empme(x,x[1:99])
r

Result:
Vector with the empirical mean excess function.



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