expectile.restricted(formula, data = NULL, smooth = c("schall", "acv", "fixed"), lambda = 0.1, expectiles = NA, density = FALSE)
expectile.bundle(formula, data = NULL, smooth = c("schall", "acv", "fixed"), lambda = 0.1, expectiles = NA, density = FALSE)
quant.bundle(formula, data = NULL, smooth = c("schall", "acv", "fixed"), lambda = 0.1, expectiles = NA, simple = TRUE)
base
.lambda
until it converges,
the asymmetric cross-validation 'acv' minimizes a score-function using
density
.TRUE
, 99 expectiles from 1% to 99% are fitted to allow for a density estimation afterwards.TRUE
) or the bundle is used as basis for the quantile bundle.expectiles
.plot
, predict
, resid
, fitted
and effects
methods are available for class 'expectreg'.bundle.density
. From this density quantiles
are determined and inserted to the calculated bundle model. This results in an estimated location-scale model for
quantile regression.base
, expectile.boost
data(dutchboys)
exprest <- expectile.restricted(dutchboys[,3] ~ base(dutchboys[,2],"pspline"),smooth="acv")
plot(exprest)
expbund <- expectile.bundle(dutchboys[,3] ~ base(dutchboys[,2],"pspline"),smooth="fixed")
Run the code above in your browser using DataLab