minAMSE(x, weight = c("Bernoulli", "JASA"),
kmin, kmax, mmax, tol = 0, maxit = 100)## S3 method for class 'minAMSE':
print(x, \dots)
minAMSE, a numeric vector. The print method is
called by the generic function if an object of class "minAMSE" is
supplied."Bernoulli", the weight functions as described
in the Bernoulli paper are applied. If "JASA", the weight
functions as dex (see the references).print.default."minAMSE" containing the following components:kmax and mmax.See the references for more details on the iterative algorithm.
Beirlant, J., Vynckier, P. and Teugels, J.L. (1996) Excess functions and estimation of the extreme-value index. Bernoulli, 2(4), 293--318.
Dupuis, D.J. and Victoria-Feser, M.-P. (2006) A robust prediction error criterion for Pareto modelling of upper tails. The Canadian Journal of Statistics, 34(4), 639--658.
thetaHilldata(eusilc)
# equivalized disposable income is equal for each household
# member, therefore only one household member is taken
minAMSE(eusilc$eqIncome[!duplicated(eusilc$db030)],
kmin = 50, kmax = 150, mmax = 250)Run the code above in your browser using DataLab