Expectiles are fitted to univariate samples with least asymmetrically weighted squares for asymmetries between 0 and 1.
For graphical representation an expectile - expectile plot is available. The corresponding functions quantile, qqplot
and qqnorm are mapped here for expectiles.
# NOT RUN {data(dutchboys)
expectile(dutchboys[,3])
x = rnorm(1000)
expectile(x,probs=c(0.01,0.02,0.05,0.1,0.2,0.5,0.8,0.9,0.95,0.98,0.99))
eenorm(x)
# }