Description Usage Arguments Value Examples
Computes the profile likelihood based confidence interval for the shape parameter of the stationary Generalized Pareto model.
1 | gpdProfShape(z, conf = 0.95, plot = TRUE)
|
z |
A class object returned from gpdFit. |
conf |
Confidence level to use. Defaults to 95 percent. |
plot |
Plot the profile likelihood and estimate (vertical line)? |
Estimate |
Estimated shape parameter. |
CI |
Profile likelihood based confidence interval for the shape parameter. |
ConfLevel |
The confidence level used. |
1 2 3 | x <- rgpd(200, loc = 0, scale = 1, shape = 0.25)
z <- gpdFit(x, threshold = 0)
gpdProfShape(z)
|
$Estimate
[1] 0.1924138
$CI
[1] 0.03734551 0.39364917
$ConfLevel
[1] 0.95
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.