expectile.laws(formula, data = NULL, smooth = c("schall", "acv", "fixed"), lambda = 0.1, expectiles = NA, parallel = FALSE)
expectile.sheets(formula, data = NULL, smooth = c("acv", "fixed"), lambda = 0.1, lambdap = 5, expectiles = NA, density = FALSE)
expectile.noncross(formula, data = NULL, smooth = c("schall", "acv", "fixed"), lambda = 0.1, expectiles = NA)
base
.lambda
until it converges,
the asymmetric cross-validation 'acv' minimizes a score-function using
density
.multicore
installed the different expectiles
can be calculated simultaneously, if the computer has multiple CPU cores.TRUE
, 99 expectiles from 1% to 99% are fitted to allow for a density estimation afterwards.expectiles
.plot
, predict
, resid
, fitted
and effects
methods are available for class 'expectreg'.base
, expectile.boost
, expectile.restricted
data(dutchboys)
expreg <- expectile.laws(dutchboys[,3] ~ base(dutchboys[,2],"pspline"),smooth="schall",expectiles=c(0.05,0.2,0.8,0.95))
plot(expreg)
Run the code above in your browser using DataLab