metrics EC484_Econometrics_Analysis

In a classical model, it is easy to have:

where .

The intuition to study Quantile Regression is that, sometimes we want to study the impact of on different parts of the distribution of , not just the mean. For example, how does education affect the lower quantiles of income compared to the upper quantiles? We might be interested in the median or even a more general quantile , where .

Conditional Quantile

Let be conditional cdf of given , then the conditional quantile function is defined as:

If you find hard to understand the interpretation of , you could refer to this page: Cumulative Distribution Function

After defining the cdf, it’s easy to know the concept of quantile. The -th quantile is the value below which a fraction of the distribution falls. For example, the median is the 0.5 quantile, which also means . The 0.25-quantile means , i.e., 25% of the distribution falls below this value. Suppose your exam score is at 90% quantile, it means you scored better than 90% of the students (90% of students score lower than you).

The Transform Property

For weakly increasing transform , we have:

Example: Suppose and

The Median Regression

The median regression:

This also implies:

The implication of

Thus we only care about the sign of the error term in median regression (whether it is positive or negative). It quite makes sense because the median of error (conditional on ) mean that half of the errors are positive and half are negative.

By Law of Iterated Expectations, we have:

Now it becomes a unconditional moment restriction. We could use:

Thus the Median Regression have really nice property because it is robust to outliers in . Even the outliers have some extreme magnitude, it only contributes to the sign function.

The Least Absolute Deviation (LAD) Estimator

The thicker tails for the laplace distribution shows that the median regression is more tolerant than OLS.


Todo List

  • How to understand Laplace?
  • Review of Maximum Likelihood Estimator
  • [ ]