Description Usage Arguments Value References Examples
General Rule-of-Thumb bandwidth selector for univariate expectile regression proposed by Adam and Gijbels (2021a) see Formula (24). The weight function k_0(x) is chosen to be equal to the indicator function on [min(X_i)+0.1,max(X_i)-0.1].
1 2 3 | h_GenROT(X, Y, j = 0, p = 1, kernel = gaussK, omega)
compDerEst_exp(X, Y, p, omega)
|
X |
The covariate data values. |
Y |
The response data values. |
j |
The order of derivative to estimate. In default setting, |
p |
The order of the local polynomial estimator. In default setting,
|
kernel |
The kernel used to perform the estimation. In default setting,
|
omega |
Numeric vector of level between 0 and 1 where 0.5 corresponds to the mean. |
h_GenROT
provides the general Rule-of-Thumb bandwidth selector
for the expectile regression proposed by Adam and Gijbels (2021a).
compDerEst_exp
returns a data frame whose
components are:
X
The covariate data values.
Y
The response data values.
fit
The fitted values for the parametric estimation
(leading to the Rule-of-Thumb expression).
der
The derivative estimation at X values.
Adam, C. and Gijbels, I. (2021a). Local polynomial expectile regression. Annals of the Institute of Statistical Mathematics doi:10.1007/s10463-021-00799-y.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.