Description Usage Arguments Value Author(s) References See Also Examples
Function that estimates the quantile regression function using a local linear kernel smoother.
1 |
x |
numeric vector of |
y |
numeric vector of |
tau |
the quantile order where the regression function is to be estimated. It must be a number strictly between 0 and 1. |
t |
the values of |
h |
the bandwidth parameter. |
A list with the following components:
x.values |
the given points at which the evaluation occurs. |
y.values |
the estimated values of the quantile regression function at the given |
Mercedes Conde-Amboage and Cesar Sanchez-Sellero.
Fan, J., Hu, T. C. and Truong, Y. K. (1994). Robust nonparametric function estimation. Scandinavian Journal of Statistics, 21, 433-446.
Yu, K. and Jones, M. C. (1998). Local linear quantile regression. Journal of the American Statistical Association, 93, 228-237.
The argument h
with the bandwidth parameter can be fixed to some arbitrary value or chosen by one of the procedures implemented in the functions bwCV
, bwPI
, bwRT
or bwYJ
.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.