Description Usage Arguments Value References Examples
View source: R/expectreg_locpol.R
Formula interface for the local polynomial expectile estimation.
1 2 3 4 5 6 7 8 9 10 11 |
X |
The covariate data values. |
Y |
The response data values. |
j |
The order of derivative of the expectile to be estimated. In default setting, |
p |
The order of the local polynomial estimator. In default setting,
|
omega |
Numeric vector of level between 0 and 1 where 0.5 corresponds to the mean. |
h |
Smoothing parameter, bandwidth. |
kernel |
The kernel used to perform the estimation. In default setting,
|
starting_value |
Method for the starting point. Choice between the estimated (unconditional) mean, median and omega-quantile. |
grid |
Vector of evaluation points. In default setting, a grid of 100 equispaced grid-values on the domain of the variable X. |
expectreg_locpol
local polynomial expectile estimator
proposed and studied by Adam and Gijbels (2021a).
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.