rq.fit.ppro | R Documentation |
Preprocessing method for fitting quantile regression models that exploits the fact that adjacent tau's should have nearly the same sign vectors for residuals.
rq.fit.ppro(x, y, tau, weights = NULL, Mm.factor = 0.8, eps = 1e-06, ...)
x |
Design matrix |
y |
Response vector |
tau |
quantile vector of interest |
weights |
case weights |
Mm.factor |
constant determining initial sample size |
eps |
Convergence tolerance |
... |
Other arguments |
See references for further details.
Returns a list with components:
coefficients |
Matrix of coefficient estimates |
residuals |
Matrix of residual estimates |
rho |
vector of objective function values |
weights |
vector of case weights |
Blaise Melly and Roger Koenker
Chernozhukov, V. I. Fernandez-Val and B. Melly, Fast Algorithms for the Quantile Regression Process, 2020, Empirical Economics.,
Portnoy, S. and R. Koenker, The Gaussian Hare and the Laplacian Tortoise, Statistical Science, (1997) 279-300
rq.fit.pfn
, boot.rq.pxy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.