View source: R/PackageOxygen.R
plot.hill.adapt | R Documentation |
Graphical representation of the hill.adapt function last iteration
## S3 method for class 'hill.adapt'
plot(x, ...)
x |
output object of the function hill.adapt. |
... |
further arguments passed to or from other methods. |
The weighted hill estimator, the test statistic, the penalized likelihood graphs of the last iteration and the survival function are given. The blue line corresponds to the threshold (indice or value). The magenta lines correspond to the window (r1, r2) where the estimation is computed. The red lines corresponds to the initial proportion (initprop) and the last non rejected point of the statistic test (madapt).
hill.adapt
, plot
x <- abs(rcauchy(100))
HH <- hill.adapt(x, weights=rep(1, length(x)), initprop = 0.1,
gridlen = 50 , r1 = 0.25, r2 = 0.05, CritVal=10)
plot(HH)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.