Quantile regression

From HandWiki
Short description: Statistics concept

Quantile regression is a type of regression analysis used in statistics and econometrics. Whereas the method of least squares estimates the conditional mean of the response variable across values of the predictor variables, quantile regression estimates the conditional median (or other quantiles) of the response variable. Quantile regression is an extension of linear regression used when the conditions of linear regression are not met.

Example for quantile regression

Advantages and applications

One advantage of quantile regression relative to ordinary least squares regression is that the quantile regression estimates are more robust against outliers in the response measurements. However, the main attraction of quantile regression goes beyond this and is advantageous when conditional quantile functions are of interest. Different measures of central tendency and statistical dispersion can be used to more comprehensively analyze the relationship between variables.[1]

In ecology, quantile regression has been proposed and used as a way to discover more useful predictive relationships between variables in cases where there is no relationship or only a weak relationship between the means of such variables. The need for and success of quantile regression in ecology has been attributed to the complexity of interactions between different factors leading to data with unequal variation of one variable for different ranges of another variable.[2]

Another application of quantile regression is in the areas of growth charts, where percentile curves are commonly used to screen for abnormal growth.[3][4]

History

The idea of estimating a median regression slope, a major theorem about minimizing sum of the absolute deviances and a geometrical algorithm for constructing median regression was proposed in 1760 by Ruđer Josip Bošković, a Jesuit Catholic priest from Dubrovnik.[1]:4[5] He was interested in the ellipticity of the earth, building on Isaac Newton's suggestion that its rotation could cause it to bulge at the equator with a corresponding flattening at the poles.[6] He finally produced the first geometric procedure for determining the equator of a rotating planet from three observations of a surface feature. More importantly for quantile regression, he was able to develop the first evidence of the least absolute criterion and preceded the least squares introduced by Legendre in 1805 by fifty years.[7]

Other thinkers began building upon Bošković's idea such as Pierre-Simon Laplace, who developed the so-called "methode de situation." This led to Francis Edgeworth's plural median[8] - a geometric approach to median regression - and is recognized as the precursor of the simplex method.[7] The works of Bošković, Laplace, and Edgeworth were recognized as a prelude to Roger Koenker's contributions to quantile regression.

Median regression computations for larger data sets are quite tedious compared to the least squares method, for which reason it has historically generated a lack of popularity among statisticians, until the widespread adoption of computers in the latter part of the 20th century.

Background: quantiles

Quantile regression expresses the conditional quantiles of a dependent variable as a linear function of the explanatory variables. Crucial to the practicality of quantile regression is that the quantiles can be expressed as the solution of a minimization problem, as we will show in this section before discussing conditional quantiles in the next section.

Quantile of a random variable

Main page: Quantile function

Let [math]\displaystyle{ Y }[/math] be a real-valued random variable with cumulative distribution function [math]\displaystyle{ F_{Y}(y)=P(Y\leq y) }[/math]. The [math]\displaystyle{ \tau }[/math]th quantile of Y is given by

[math]\displaystyle{ q_{Y}(\tau)=F_{Y}^{-1}(\tau)=\inf\left\{ y:F_{Y}(y)\geq\tau\right\} }[/math]

where [math]\displaystyle{ \tau\in(0,1). }[/math]

Define the loss function as [math]\displaystyle{ \rho_{\tau}(m)=m(\tau-\mathbb{I}_{(m\lt 0)}) }[/math], where [math]\displaystyle{ \mathbb{I} }[/math] is an indicator function. A specific quantile can be found by minimizing the expected loss of [math]\displaystyle{ Y-u }[/math] with respect to [math]\displaystyle{ u }[/math]:[1](pp. 5–6):

[math]\displaystyle{ q_{Y}(\tau)=\underset{u}{\mbox{arg min}}E(\rho_{\tau}(Y-u))=\underset{u}{\mbox{arg min}}\biggl\{(\tau-1)\int_{-\infty}^{u}(y-u)dF_{Y}(y)+\tau\int_{u}^{\infty}(y-u)dF_{Y}(y)\biggr\}. }[/math]

This can be shown by computing the derivative of the expected loss with respect to [math]\displaystyle{ u }[/math] via an application of the Leibniz integral rule, setting it to 0, and letting [math]\displaystyle{ q_{\tau} }[/math] be the solution of

[math]\displaystyle{ 0=(1-\tau)\int_{-\infty}^{q_{\tau}}dF_{Y}(y)-\tau\int_{q_{\tau}}^{\infty}dF_{Y}(y). }[/math]

This equation reduces to

[math]\displaystyle{ 0=F_{Y}(q_{\tau})-\tau, }[/math]

and then to

[math]\displaystyle{ F_{Y}(q_{\tau})=\tau. }[/math]

If the solution [math]\displaystyle{ q_{\tau} }[/math] is not unique, then we have to take the smallest such solution to obtain the [math]\displaystyle{ \tau }[/math]th quantile of the random variable Y.

Example

Let [math]\displaystyle{ Y }[/math] be a discrete random variable that takes values [math]\displaystyle{ y_i = i }[/math] with [math]\displaystyle{ i = 1,2,\dots,9 }[/math] with equal probabilities. The task is to find the median of Y, and hence the value [math]\displaystyle{ \tau=0.5 }[/math] is chosen. Then the expected loss of [math]\displaystyle{ Y-u }[/math] is

[math]\displaystyle{ L(u)=E(\rho_{\tau}(Y-u))=\frac{(\tau-1)}{9}\sum_{y_{i}\lt u} }[/math][math]\displaystyle{ (y_{i}-u) }[/math][math]\displaystyle{ +\frac{\tau}{9}\sum_{y_{i}\geq u} }[/math][math]\displaystyle{ (y_{i}-u) }[/math][math]\displaystyle{ =\frac{0.5}{9}\Bigl( }[/math][math]\displaystyle{ - }[/math][math]\displaystyle{ \sum_{y_{i}\lt u} }[/math][math]\displaystyle{ (y_{i}-u) }[/math][math]\displaystyle{ +\sum_{y_{i}\geq u} }[/math][math]\displaystyle{ (y_{i}-u) }[/math][math]\displaystyle{ \Bigr) . }[/math]

Since [math]\displaystyle{ {0.5/9} }[/math] is a constant, it can be taken out of the expected loss function (this is only true if [math]\displaystyle{ \tau=0.5 }[/math]). Then, at u=3,

[math]\displaystyle{ L(3) \propto\sum_{i=1}^{2} }[/math][math]\displaystyle{ -(i-3) }[/math][math]\displaystyle{ +\sum_{i=3}^{9} }[/math][math]\displaystyle{ (i-3) }[/math][math]\displaystyle{ =[(2+1)+(0+1+2+...+6)] =24. }[/math]

Suppose that u is increased by 1 unit. Then the expected loss will be changed by [math]\displaystyle{ (3)-(6)=-3 }[/math] on changing u to 4. If, u=5, the expected loss is

[math]\displaystyle{ L(5) \propto \sum_{i=1}^{4}i+\sum_{i=0}^{4}i=20, }[/math]

and any change in u will increase the expected loss. Thus u=5 is the median. The Table below shows the expected loss (divided by [math]\displaystyle{ {0.5/9} }[/math]) for different values of u.

u 1 2 3 4 5 6 7 8 9
Expected loss 36 29 24 21 20 21 24 29 36

Intuition

Consider [math]\displaystyle{ \tau=0.5 }[/math] and let q be an initial guess for [math]\displaystyle{ q_{\tau} }[/math]. The expected loss evaluated at q is

[math]\displaystyle{ L(q)=-0.5\int_{-\infty}^{q}(y-q)dF_{Y}(y)+0.5\int_{q}^{\infty}(y-q)dF_{Y}(y) . }[/math]

In order to minimize the expected loss, we move the value of q a little bit to see whether the expected loss will rise or fall. Suppose we increase q by 1 unit. Then the change of expected loss would be

[math]\displaystyle{ \int_{-\infty}^{q}1dF_{Y}(y)-\int_{q}^{\infty}1dF_{Y}(y) . }[/math]

The first term of the equation is [math]\displaystyle{ F_{Y}(q) }[/math] and second term of the equation is [math]\displaystyle{ 1-F_{Y}(q) }[/math]. Therefore, the change of expected loss function is negative if and only if [math]\displaystyle{ F_{Y}(q)\lt 0.5 }[/math], that is if and only if q is smaller than the median. Similarly, if we reduce q by 1 unit, the change of expected loss function is negative if and only if q is larger than the median.

In order to minimize the expected loss function, we would increase (decrease) L(q) if q is smaller (larger) than the median, until q reaches the median. The idea behind the minimization is to count the number of points (weighted with the density) that are larger or smaller than q and then move q to a point where q is larger than [math]\displaystyle{ 100\tau }[/math]% of the points.

Sample quantile

The [math]\displaystyle{ \tau }[/math] sample quantile can be obtained by using an importance sampling estimate and solving the following minimization problem

[math]\displaystyle{ \hat{q}_{\tau}=\underset{q\in \mathbb{R}}{\mbox{arg min}}\sum_{i=1}^{n}\rho_{\tau}(y_{i}-q) , }[/math]
[math]\displaystyle{ =\underset{q\in \mathbb{R}}{\mbox{arg min}} \left[(\tau - 1)\sum_{y_{i}\lt q}(y_{i}-q)+\tau\sum_{y_{i}\geq q}(y_{i}-q) \right] }[/math],

where the function [math]\displaystyle{ \rho_{\tau} }[/math] is the tilted absolute value function. The intuition is the same as for the population quantile.

Conditional quantile and quantile regression

The [math]\displaystyle{ \tau }[/math]th conditional quantile of [math]\displaystyle{ Y }[/math] given [math]\displaystyle{ X }[/math] is the [math]\displaystyle{ \tau }[/math]th quantile of the Conditional probability distribution of [math]\displaystyle{ Y }[/math] given [math]\displaystyle{ X }[/math],

[math]\displaystyle{ Q_{Y|X}(\tau)=\inf\left\{ y:F_{Y|X}(y)\geq\tau\right\} }[/math].

We use a capital [math]\displaystyle{ Q }[/math] to denote the conditional quantile to indicate that it is a random variable.

In quantile regression for the [math]\displaystyle{ \tau }[/math]th quantile we make the assumption that the [math]\displaystyle{ \tau }[/math]th conditional quantile is given as a linear function of the explanatory variables:

[math]\displaystyle{ Q_{Y|X}(\tau)=X\beta_{\tau} }[/math].

Given the distribution function of [math]\displaystyle{ Y }[/math], [math]\displaystyle{ \beta_{\tau} }[/math] can be obtained by solving

[math]\displaystyle{ \beta_{\tau}=\underset{\beta\in \mathbb{R}^{k}}{\mbox{arg min}}E(\rho_{\tau}(Y-X\beta)). }[/math]

Solving the sample analog gives the estimator of [math]\displaystyle{ \beta }[/math].

[math]\displaystyle{ \hat{\beta_{\tau}}=\underset{\beta\in \mathbb{R}^{k}}{\mbox{arg min}}\sum_{i=1}^{n}(\rho_{\tau}(Y_{i}-X_{i}\beta)) . }[/math]

Note that when [math]\displaystyle{ \tau = 0.5 }[/math], the loss function [math]\displaystyle{ \rho_\tau }[/math] is proportional to the absolute value function, and thus median regression is the same as linear regression by least absolute deviations.

Computation of estimates for regression parameters

The mathematical forms arising from quantile regression are distinct from those arising in the method of least squares. The method of least squares leads to a consideration of problems in an inner product space, involving projection onto subspaces, and thus the problem of minimizing the squared errors can be reduced to a problem in numerical linear algebra. Quantile regression does not have this structure, and instead the minimization problem can be reformulated as a linear programming problem

[math]\displaystyle{ \underset{\beta,u^{+},u^{-}\in \mathbb{R}^{k}\times \mathbb{R}_{+}^{2n}}{\min}\left\{ \tau1_{n}^{'}u^{+}+(1-\tau)1_{n}^{'}u^{-}|X\beta+u^{+}-u^{-}=Y\right\} , }[/math]

where

[math]\displaystyle{ u_{j}^{+}=\max(u_{j},0) }[/math] ,    [math]\displaystyle{ u_{j}^{-}=-\min(u_{j},0). }[/math]

Simplex methods[1]:181 or interior point methods[1]:190 can be applied to solve the linear programming problem.

Asymptotic properties

For [math]\displaystyle{ \tau\in(0,1) }[/math], under some regularity conditions, [math]\displaystyle{ \hat{\beta}_{\tau} }[/math] is asymptotically normal:

[math]\displaystyle{ \sqrt{n}(\hat{\beta}_{\tau}-\beta_{\tau})\overset{d}{\rightarrow}N(0,\tau(1-\tau)D^{-1}\Omega_{x}D^{-1}), }[/math]

where

[math]\displaystyle{ D=E(f_{Y}(X\beta)XX^{\prime}) }[/math] and [math]\displaystyle{ \Omega_{x}=E(X^{\prime} X) . }[/math]

Direct estimation of the asymptotic variance-covariance matrix is not always satisfactory. Inference for quantile regression parameters can be made with the regression rank-score tests or with the bootstrap methods.[9]

Equivariance

See invariant estimator for background on invariance or see equivariance.

Scale equivariance

For any [math]\displaystyle{ a\gt 0 }[/math] and [math]\displaystyle{ \tau\in[0,1] }[/math]

[math]\displaystyle{ \hat{\beta}(\tau;aY,X)=a\hat{\beta}(\tau;Y,X), }[/math]
[math]\displaystyle{ \hat{\beta}(\tau;-aY,X)=-a\hat{\beta}(1-\tau;Y,X). }[/math]

Shift equivariance

For any [math]\displaystyle{ \gamma\in R^{k} }[/math] and [math]\displaystyle{ \tau\in[0,1] }[/math]

[math]\displaystyle{ \hat{\beta}(\tau;Y+X\gamma,X)=\hat{\beta}(\tau;Y,X)+\gamma . }[/math]

Equivariance to reparameterization of design

Let [math]\displaystyle{ A }[/math] be any [math]\displaystyle{ p\times p }[/math] nonsingular matrix and [math]\displaystyle{ \tau\in[0,1] }[/math]

[math]\displaystyle{ \hat{\beta}(\tau;Y,XA)=A^{-1}\hat{\beta}(\tau;Y,X) . }[/math]

Invariance to monotone transformations

If [math]\displaystyle{ h }[/math] is a nondecreasing function on [math]\displaystyle{ \mathbb{R} }[/math], the following invariance property applies:

[math]\displaystyle{ h(Q_{Y|X}(\tau))\equiv Q_{h(Y)|X}(\tau). }[/math]

Example (1):

If [math]\displaystyle{ W=\exp(Y) }[/math] and [math]\displaystyle{ Q_{Y|X}(\tau)=X\beta_{\tau} }[/math], then [math]\displaystyle{ Q_{W|X}(\tau)=\exp(X\beta_{\tau}) }[/math]. The mean regression does not have the same property since [math]\displaystyle{ \operatorname{E} (\ln(Y))\neq \ln(\operatorname{E}(Y)). }[/math]

Inference

Interpretation of the slope parameters

The linear model [math]\displaystyle{ Q_{Y|X}(\tau)=X\beta_{\tau} }[/math] mis-specifies the true systematic relation [math]\displaystyle{ Q_{Y|X}(\tau)=f(X,\tau) }[/math] when [math]\displaystyle{ f(\cdot,\tau) }[/math] is nonlinear. However, [math]\displaystyle{ Q_{Y|X}(\tau)=X\beta_{\tau} }[/math] minimizes a weighted distanced to [math]\displaystyle{ f(X,\tau) }[/math] among linear models.[10] Furthermore, the slope parameters [math]\displaystyle{ \beta_{\tau} }[/math] of the linear model can be interpreted as weighted averages of the derivatives [math]\displaystyle{ \nabla f(X,\tau) }[/math] so that [math]\displaystyle{ \beta_{\tau} }[/math] can be used for causal inference.[11] Specifically, the hypothesis [math]\displaystyle{ H_0: \nabla f(x,\tau)=0 }[/math] for all [math]\displaystyle{ x }[/math] implies the hypothesis [math]\displaystyle{ H_0: \beta_\tau=0 }[/math], which can be tested using the estimator [math]\displaystyle{ \hat{\beta_{\tau}} }[/math] and its limit distribution.

Goodness of fit

The goodness of fit for quantile regression for the [math]\displaystyle{ \tau }[/math] quantile can be defined as:[12] [math]\displaystyle{ R^2(\tau)=1-\frac{\hat{V}_\tau}{\tilde{V}_\tau}, }[/math] where [math]\displaystyle{ \hat{V}_\tau }[/math] is the sum of squares of the conditional quantile, while [math]\displaystyle{ \tilde{V}_\tau }[/math] is the sum of squares of the unconditional quantile.

Variants

Bayesian methods for quantile regression

Because quantile regression does not normally assume a parametric likelihood for the conditional distributions of Y|X, the Bayesian methods work with a working likelihood. A convenient choice is the asymmetric Laplacian likelihood,[13] because the mode of the resulting posterior under a flat prior is the usual quantile regression estimates. The posterior inference, however, must be interpreted with care. Yang, Wang and He[14] provided a posterior variance adjustment for valid inference. In addition, Yang and He[15] showed that one can have asymptotically valid posterior inference if the working likelihood is chosen to be the empirical likelihood.

Machine learning methods for quantile regression

Beyond simple linear regression, there are several machine learning methods that can be extended to quantile regression. A switch from the squared error to the tilted absolute value loss function (a.k.a. the pinball loss[16]) allows gradient descent-based learning algorithms to learn a specified quantile instead of the mean. It means that we can apply all neural network and deep learning algorithms to quantile regression,[17][18] which is then referred to as nonparametric quantile regression.[19] Tree-based learning algorithms are also available for quantile regression (see, e.g., Quantile Regression Forests,[20] as a simple generalization of Random Forests).

Censored quantile regression

If the response variable is subject to censoring, the conditional mean is not identifiable without additional distributional assumptions, but the conditional quantile is often identifiable. For recent work on censored quantile regression, see: Portnoy[21] and Wang and Wang[22]

Example (2):

Let [math]\displaystyle{ Y^{c}=\max(0,Y) }[/math] and [math]\displaystyle{ Q_{Y|X}=X\beta_{\tau} }[/math]. Then [math]\displaystyle{ Q_{Y^{c}|X}(\tau)=\max(0,X\beta_{\tau}) }[/math]. This is the censored quantile regression model: estimated values can be obtained without making any distributional assumptions, but at the cost of computational difficulty,[23] some of which can be avoided by using a simple three step censored quantile regression procedure as an approximation.[24]

For random censoring on the response variables, the censored quantile regression of Portnoy (2003)[21] provides consistent estimates of all identifiable quantile functions based on reweighting each censored point appropriately.

Censored quantile regression has close links to survival analysis.

Depiction of two Kaplan–Meier estimators for the survival probabilities [math]\displaystyle{ S(t)=1-F(t) }[/math] of two patient groups as a function of time [math]\displaystyle{ t }[/math], where [math]\displaystyle{ F(t) }[/math] is the distribution function of the deaths. The [math]\displaystyle{ \tau }[/math] quantile of the deaths is [math]\displaystyle{ t_\tau = F^{-1}(\tau) }[/math], where [math]\displaystyle{ F^{-1} }[/math] is the quantile function of the deaths. Censored quantile regression can be used to estimate these conditional quantiles individually, while survival analysis estimates the (conditional) survival function.

Heteroscedastic errors

The quantile regression loss needs to be adapted in the presence of heteroscedastic errors in order to be efficient.[25]

Implementations

Numerous statistical software packages include implementations of quantile regression:

See also

Literature

References

  1. 1.0 1.1 1.2 1.3 1.4 Koenker, Roger (2005). Quantile Regression. Cambridge University Press. pp. 146–7. ISBN 978-0-521-60827-5. https://archive.org/details/quantileregressi00koen_757. 
  2. Cade, Brian S.; Noon, Barry R. (2003). "A gentle introduction to quantile regression for ecologists". Frontiers in Ecology and the Environment 1 (8): 412–420. doi:10.2307/3868138. http://www.econ.uiuc.edu/~roger/research/rq/QReco.pdf. 
  3. Wei, Y.; Pere, A.; Koenker, R.; He, X. (2006). "Quantile Regression Methods for Reference Growth Charts". Statistics in Medicine 25 (8): 1369–1382. doi:10.1002/sim.2271. PMID 16143984. 
  4. Wei, Y.; He, X. (2006). "Conditional Growth Charts (with discussions)". Annals of Statistics 34 (5): 2069–2097 and 2126–2131. doi:10.1214/009053606000000623. 
  5. Stigler, S. (1984). "Boscovich, Simpson and a 1760 manuscript note on fitting a linear relation". Biometrika 71 (3): 615–620. doi:10.1093/biomet/71.3.615. 
  6. Koenker, Roger (2005). Quantile Regression. Cambridge: Cambridge University Press. pp. 2. ISBN 9780521845731. https://archive.org/details/quantileregressi00koen_757. 
  7. 7.0 7.1 Furno, Marilena; Vistocco, Domenico (2018). Quantile Regression: Estimation and Simulation. Hoboken, NJ: John Wiley & Sons. pp. xv. ISBN 9781119975281. 
  8. Koenker, Roger (August 1998). "Galton, Edgeworth, Frisch, and prospects for quantile regression in economics". http://www.econ.uiuc.edu/~roger/research/galton/Galton.pdf. 
  9. Kocherginsky, M.; He, X.; Mu, Y. (2005). "Practical Confidence Intervals for Regression Quantiles". Journal of Computational and Graphical Statistics 14 (1): 41–55. doi:10.1198/106186005X27563. 
  10. Angrist, J.; Chernozhukov, V.; Fernandez-Val, I. (2006). "Quantile Regression under Misspecification, with an Application to the U.S. Wage Structure". Econometrica 74 (2): 539–563. doi:10.1111/j.1468-0262.2006.00671.x. http://papers.nber.org/papers/w10428.pdf. 
  11. Kato, R.; Sasaki, Y. (2017). "On Using Linear Quantile Regressions for Causal Inference". Econometric Theory 33 (3): 664–690. doi:10.1017/S0266466616000177. 
  12. Roger Koenker & José A. F. Machado (1999) Goodness of Fit and Related Inference Processes for Quantile Regression, Journal of the American Statistical Association, 94:448, 1296-1310, DOI: 10.1080/01621459.1999.10473882
  13. Kozumi, H.; Kobayashi, G. (2011). "Gibbs sampling methods for Bayesian quantile regression". Journal of Statistical Computation and Simulation 81 (11): 1565–1578. doi:10.1080/00949655.2010.496117. https://www.b.kobe-u.ac.jp/papers_files/2009_02.pdf. 
  14. Yang, Y.; Wang, H.X.; He, X. (2016). "Posterior Inference in Bayesian Quantile Regression with Asymmetric Laplace Likelihood". International Statistical Review 84 (3): 327–344. doi:10.1111/insr.12114. 
  15. Yang, Y.; He, X. (2010). "Bayesian empirical likelihood for quantile regression". Annals of Statistics 40 (2): 1102–1131. doi:10.1214/12-AOS1005. 
  16. Steinwart, Ingo; Christmann, Andreas (2011). "Estimating conditional quantiles with the help of the pinball loss". Bernoulli (Bernoulli Society for Mathematical Statistics and Probability) 17 (1): 211–225. doi:10.3150/10-BEJ267. https://doi.org/10.3150/10-BEJ267. 
  17. Petneházi, Gábor (2019-08-21). "QCNN: Quantile Convolutional Neural Network". arXiv:1908.07978 [cs.LG].
  18. Rodrigues, Filipe; Pereira, Francisco C. (2018-08-27). "Beyond expectation: Deep joint mean and quantile regression for spatio-temporal problems". arXiv:1808.08798 [stat].
  19. Nonparametric Quantile Regression: Non-Crossing Constraints and Conformal Prediction by Wenlu Tang, Guohao Shen, Yuanyuan Lin, Jian Huang, https://arxiv.org/pdf/2210.10161.pdf
  20. Meinshausen, Nicolai (2006). "Quantile Regression Forests". Journal of Machine Learning Research 7 (6): 983–999. http://www.jmlr.org/papers/volume7/meinshausen06a/meinshausen06a.pdf. 
  21. 21.0 21.1 Portnoy, S. L. (2003). "Censored Regression Quantiles". Journal of the American Statistical Association 98 (464): 1001–1012. doi:10.1198/016214503000000954. 
  22. Wang, H.; Wang, L. (2009). "Locally Weighted Censored Quantile Regression". Journal of the American Statistical Association 104 (487): 1117–1128. doi:10.1198/jasa.2009.tm08230. 
  23. Powell, James L. (1986). "Censored Regression Quantiles". Journal of Econometrics 32 (1): 143–155. doi:10.1016/0304-4076(86)90016-3. 
  24. Chernozhukov, Victor; Hong, Han (2002). "Three-Step Censored Quantile Regression and Extramarital Affairs". J. Amer. Statist. Assoc. 97 (459): 872–882. doi:10.1198/016214502388618663. 
  25. Efficient Quantile Regression for Heteroscedastic Models by, Yoonsuh Jung, Yoonkyung Lee, Steven N. MacEachern, https://www.tandfonline.com/doi/abs/10.1080/00949655.2014.967244?journalCode=gscs20
  26. "quantreg(x,y,tau,order,Nboot) - File Exchange - MATLAB Central". http://www.mathworks.com/matlabcentral/fileexchange/32115-quantreg-x-y-tau-order-nboot-. 
  27. "Gretl Command Reference". April 2017. http://ricardo.ecn.wfu.edu/pub//gretl/manual/en/gretl-ref.pdf. 
  28. "quantreg: Quantile Regression". R Project. 2018-12-18. https://cran.r-project.org/web/packages/quantreg/index.html. 
  29. "gbm: Generalized Boosted Regression Models". R Project. 2019-01-14. https://cran.r-project.org/web/packages/gbm/. 
  30. "quantregForest: Quantile Regression Forests". R Project. 2017-12-19. https://cran.r-project.org/web/packages/quantregForest/index.html. 
  31. "qrnn: Quantile Regression Neural Networks". R Project. 2018-06-26. https://cran.r-project.org/web/packages/qrnn/index.html. 
  32. "qgam: Smooth Additive Quantile Regression Models". R Project. 2019-05-23. https://cran.r-project.org/web/packages/qgam/index.html. 
  33. "Quantile Regression Forests". https://scikit-garden.github.io/examples/QuantileRegressionForests/. 
  34. "Statsmodels: Quantile Regression". https://www.statsmodels.org/dev/examples/notebooks/generated/quantile_regression.html. 
  35. "An Introduction to Quantile Regression and the QUANTREG Procedure". SAS Support. http://www2.sas.com/proceedings/sugi30/213-30.pdf. 
  36. "The QUANTSELECT Procedure". SAS Support. https://support.sas.com/rnd/app/stat/procedures/quantselect.html. 
  37. "qreg — Quantile regression". Stata Manual. https://www.stata.com/manuals15/rqreg.pdf. 
  38. Cameron, A. Colin; Trivedi, Pravin K. (2010). "Quantile Regression". Microeconometrics Using Stata (Revised ed.). College Station: Stata Press. pp. 211–234. ISBN 978-1-59718-073-3. https://books.google.com/books?id=UkKQRAAACAAJ&pg=PA211. 
  39. "JohnLangford/vowpal_wabbit". https://github.com/JohnLangford/vowpal_wabbit/wiki/Loss-functions. 
  40. "QuantileRegression.m". https://github.com/antononcube/MathematicaForPrediction/blob/master/QuantileRegression.m. 
  41. "QuantileRegression". https://resources.wolframcloud.com/FunctionRepository/resources/QuantileRegression.