Computes the Least Squares (LS) estimates of the EVI based on the last
LStail(data, rho = -1, lambda = 0.5, logk = FALSE, plot = FALSE, add = FALSE,
main = "LS estimates of the EVI", ...)
TSfraction(data, rho = -1, lambda = 0.5, logk = FALSE, plot = FALSE, add = FALSE,
main = "LS estimates of the EVI", ...)
Vector of the values of the tail parameter
Vector of the corresponding LS estimates for the EVI.
Vector of the corresponding LS estimates for b.
Vector of the estimates for rho=NULL
or the given input for rho
otherwise.
Vector of
Estimate for NULL
when -1
.
Parameter used in the method of Beirlant et al. (2002), only used when rho=NULL
. Default is 0.5
.
Logical indicating if the estimates are plotted as a function of logk=TRUE
) or as a function of FALSE
.
Logical indicating if the estimates of FALSE
.
Logical indicating if the estimates of FALSE
.
Title for the plot, default is "LS estimates of the EVI"
.
Additional arguments for the plot
function, see plot
for more details.
Tom Reynkens based on S-Plus
code from Yuri Goegebeur.
We estimate
See Section 5.8 of Beirlant et al. (2004) for more details.
The function TSfraction
is included for compatibility with the old S-Plus
code.
Beirlant, J., Dierckx, G. and Guillou, A. (2005). "Estimation of the Extreme Value Index and Regression on Generalized Quantile Plots." Bernoulli, 11, 949--970.
Beirlant, J., Dierckx, G., Guillou, A. and Starica, C. (2002). "On Exponential Representations of Log-spacing of Extreme Order Statistics." Extremes, 5, 157--180.
Beirlant J., Goegebeur Y., Segers, J. and Teugels, J. (2004). Statistics of Extremes: Theory and Applications, Wiley Series in Probability, Wiley, Chichester.
genQQ
data(soa)
# LS tail estimator
LStail(soa$size, plot=TRUE, ylim=c(0,0.5))
Run the code above in your browser using DataLab