Library: | finance |
See also: | pickandsgp dpgp mlegp hillgp1 momentgp |
Macro: | mlegp0 | |
Description: | Maximum likelihood estimator for exponential (GP0) model |
Usage: | {mu, sigma} = mlegp0 (x, k) | |
Input: | ||
x | vector | |
k | integer, number of upper extremes | |
Output: | ||
mu | scalar, estimated location parameter | |
sigma | scalar, estimated scale parameter |
library("finance") x=randx("gp0",100) m=mlegp0(x,50) m
Contents of m.mu [1,] 0.05354 Contents of m.sigma [1,] 1.0401
Library: | finance |
See also: | pickandsgp dpgp mlegp hillgp1 momentgp |