powered by
Computes the profile likelihood based confidence interval for the shape parameter of the stationary Generalized Pareto model.
gpdProfShape(z, conf = 0.95, plot = TRUE)
A class object returned from gpdFit.
Confidence level to use. Defaults to 95 percent.
Plot the profile likelihood and estimate (vertical line)?
Estimated shape parameter.
Profile likelihood based confidence interval for the shape parameter.
The confidence level used.
# NOT RUN { x <- rgpd(200, loc = 0, scale = 1, shape = 0.25) z <- gpdFit(x, threshold = 0) gpdProfShape(z) # }
Run the code above in your browser using DataLab