powered by
Threshold stability plot for Hill estimator
tstab.hill(xdat, kmax, method = "hill", ..., log = TRUE)
a plot of shape estimates as a function of the number of exceedances
[vector] sample exceedances
[int] maximum number of order statistics
[string] name of estimator for shape parameter. Default to hill.
hill
additional arguments passed to fit.shape for certain methods.
fit.shape
[logical] should the x-axis for the number of order statistics used for estimation be displayed on the log scale? Default to TRUE
TRUE
xdat <- rgp(n = 250, loc = 1, scale = 2, shape = 0.5) tstab.hill(xdat)
Run the code above in your browser using DataLab