minAMSE(x, weight = c("Bernoulli", "JASA"), kmin, kmax,
mmax, tol = 0, maxit = 100)
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 descrx
(see the references).print.default
."minAMSE"
containing the
following components:kmax
and
mmax
.
See the references for more details on the iterative
algorithm.thetaHill
data(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