What is the most efficient way to solve linear Least absolute deviation regression problem?
I know it can be solved using linear programming, is there a better/faster method?
Edit: I'm interested in the more theoretical aspect, hence by "efficient" I mean that it have some type of upper bound on its run-time.