dabd
- 25
- 0
How to compute \beta = arg min_\beta \sum_{i=1}^N {|y_i - x_i^T \beta|
The discussion centers on the computation of the parameter \(\beta\) for the Least Absolute Deviation (LAD) method in regression analysis. Participants explore the absence of a closed-form solution for this optimization problem and the implications for practical computation.
Participants do not reach consensus on the relationship between the LAD estimates and the sample median in the context of regression, indicating a disagreement on this point.
The discussion highlights the limitations of applying median calculations directly to regression estimates and the lack of a closed-form solution for the LAD method.
statdad said:There is no closed-form solution for this (contrary to the situation with least squares). The software you use (R, SAS, etc) use a variety of methods. check the relevant documentation for those programs.