3

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.

Alexis
  • 26,219
  • 5
  • 78
  • 131
confused
  • 2,453
  • 6
  • 26

1 Answers1

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