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.
Numeric vector of asymmetries between 0 and 1 where 0.5 corresponds to the mean.
dec
Number of decimals remaining after rounding the results.
plot.it
logical. Should the result be plotted?
datax
logical. Should data values be on the x-axis?
xlab, ylab, main
plot labels. The xlab and ylab refer to the y and x axes respectively if datax = TRUE.
...
graphical parameters.
Value
Numeric vector with the fitted expectiles.
Details
In least asymmetrically weighted squares (LAWS) each expectile is fitted independently from the others.
LAWS minimizes:
$S = \sum_{i=1}^{n}{ w_i(p)(x_i - \mu(p))^2}$
with
$w_i(p) = p 1_{(x_i > \mu(p))} + (1-p) 1_{(x_i < \mu(p))}$.
$\mu(p)$ is determined by iteration process with recomputed weights $w_i(p)$.
References
Sobotka F and Kneib T (2010)
Geoadditive Expectile Regression
Computational Statistics and Data Analysis,
doi: 10.1016/j.csda.2010.11.015.