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
exprest = expectile.restricted(dist ~ base(speed),data=cars,smooth="s",lambda=5)
plot(exprest)
expbund <- expectile.bundle(dist ~ base(speed),data=cars,smooth="a",lambda=5)
Run the code above in your browser using DataLab