Quantile Regression (Nonparametric Variants)
Also known as: quantile regression, median regression, distribution-free quantile regression, Kantil Regresyon (Nonparametric Varyantlar)
Quantile regression, introduced by Koenker and Bassett in 1978, models a chosen conditional quantile (such as the median or the 25th and 75th percentiles) of a continuous outcome rather than its mean. Its nonparametric variants fit these quantile relationships without assuming a distribution for the errors, making them a robust complement to mean-based regression on skewed data.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use quantile regression when the outcome is continuous and you care about more than the average — for example the spread, the tails, or how effects differ across low and high values of the response. It is especially suited to skewed distributions and data with outliers, where it serves as a distribution-free alternative to mean regression. A reasonable sample is needed (about 50 observations or more); for the smoothed nonlinear variants the bandwidth choice is critical, and very small samples make quantile estimates unstable.
Strengths & limitations
- Requires no distributional assumption about the errors, so it is robust on skewed data and to outliers.
- Estimates the effect of predictors across the whole conditional distribution, not just the mean, revealing how relationships differ in the lower and upper tails.
- At the median it minimises absolute deviations, giving a robust central-tendency fit that resists the influence of extreme observations.
- Needs a reasonable sample size (around 50 or more) for stable quantile estimates.
- For smooth nonlinear quantile curves the bandwidth choice is critical and strongly affects the result.
- In small samples (n < 30) the nonparametric bandwidth selection becomes unreliable, and below about 20 observations quantile estimates are unstable.
Frequently asked
How is quantile regression different from ordinary regression?
Ordinary regression models the conditional mean of the outcome, while quantile regression models a chosen conditional quantile — the median or any percentile. This lets you see how predictors affect the lower, middle, and upper parts of the distribution rather than only its average.
What does τ mean and which values should I pick?
τ (tau) is the quantile being modelled, between 0 and 1. τ = 0.5 gives the median; common choices are 0.25, 0.5, and 0.75 to capture the lower quartile, median, and upper quartile. You can fit any set of quantiles relevant to your question.
Why does it not need a normality assumption?
Quantile regression estimates coefficients by minimising an asymmetric absolute-error (check) loss rather than squared error, so it does not assume a particular error distribution. The nonparametric variants go further and avoid a distributional form altogether, which is why they are robust on skewed data and to outliers.
What sample size do I need?
Around 50 observations or more is recommended for stable estimates. Below about 30 the bandwidth selection for the nonparametric variants becomes unreliable, and below roughly 20 the quantile estimates are unstable, so a median-based estimator such as Theil-Sen is preferable.
Sources
- Koenker, R. & Bassett, G. (1978). Regression Quantiles. Econometrica, 46(1), 33-50. DOI: 10.2307/1913643 ↗
- Koenker, R. (2005). Quantile Regression. Cambridge University Press. ISBN: 978-0521608275
How to cite this page
ScholarGate. (2026, June 1). Quantile Regression (Nonparametric Variants). ScholarGate. https://scholargate.app/en/statistics/quantile-regression-np
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Kernel Density EstimationStatistics↔ compare
- Lasso RegressionMachine learning↔ compare
- OLS RegressionEconometrics↔ compare
- Ridge RegressionMachine learning↔ compare
- Theil-Sen EstimatorStatistics↔ compare