Description Usage Arguments Value Author(s) References See Also Examples
Function to compute a bandwidth selector for local linear quantile regression following the plug-in rule proposed by Yu and Jones (1998).
1 | bwYJ(x, y, tau)
|
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. |
Returns a bandwidth for a local linear estimate of the tau
-quantile regression function.
Mercedes Conde-Amboage and Cesar Sanchez-Sellero.
Ruppert, D., Sheather, S. J. and Wand, M. P. (1995). An efective bandwidth selector for local least squares regression. Journal of the American Statistical Association. 90, 1257-1270.
Yu, K. and Jones, M. C. (1998). Local linear quantile regression. Journal of the American Statistical Association, 93, 228-237.
The obtained bandwidth can be used in the function llqr
to produce a local linear estimate of the tau
-quantile regression function.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.