Rdocumentation
powered by
Learn R Programming
quantreg (version 3.03)
khmaladzize: Function to compute Khmaladze Transformation
Description
Function to compute the recursive least squares transformation of the quantile regression process for the rq.test.khmal procedure.
Usage
khmaladzize(tau, atau, Z, location.scale)
Arguments
tau
quantiles specified in the fitted model
atau
xbar'betahat(tau) at these quantiles
Z
full rq process
location.scale
if T do location-scale transformation, if F do location transformation
Value
Returns transformed Z process.
Details
Uses adaptive kernel density estimation akj() to estimate score functions.
References
Koenker, Roger and Zhijie Xiao (2000), "Inference on the Quantile Regression Process'', unpublished.
See Also
rq.test.khmal
htest