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: mleev0

Macro: lrseev
Description: LRS estimator for EV model

Usage: {gamma, mu, sigma} = lrseev (x)
Input:
x vector
Output:
gamma scalar, estimated shape parameter
mu scalar, estimated location parameter
sigma scalar, estimated scale parameter

Example:
library("finance")
randomize(0)
x=randx("ev",100,1)
m=lrseev(x)
m
Result:
Contents of m.gamma
[1,]   1.1763
Contents of m.mu
[1,] -0.21358
Contents of m.sigma
[1,]  0.75196

Library: finance
See also: mleev0

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

Author: Michael Thomas 990503
(C) MD*TECH Method and Data Technologies, 17.8.2000