I am looking for a resource that goes over how to derive the coefficients for a linear regression model while minimizing the mean absolute deviation. I am hoping for both a mathematical and computational solution - if possible. If not, just a numerical solution would work. Can we still use gradient descent? If not, what would we use? Basically, once we set up the cost function, how do we minimize it? I'm stuck here.
Asked
Active
Viewed 118 times
3
-
4Perhaps this can get you started? https://en.wikipedia.org/wiki/Quantile_regression – Tim Mak Mar 20 '20 at 04:20
1 Answers
3
Phillips, R.F. (2002). Least absolute deviations estimation via the EM algorithm. Statistics and Computing. 12: 281-285
Dielman, T (2005). Least absolute value regression: recent contributions. Journal of Statistical Computation and Simulation. 75: 263-286
Roger Koenker has done brilliant work on 'quantile regression', I don't know whether any that might be useful?

Alexis
- 26,219
- 5
- 78
- 131

Paul Hewson
- 1,521
- 9
- 9