1. What are the contributions mentioned in the paper "Quantile regression via an mm algorithm" ?
The current paper first presents an iterative algorithm for finding sample quantiles without sorting and then explores a generalization of the algorithm to nonlinear quantile regression.. Their quantile regression algorithm is termed an MM, or Majorize-Minimize, algorithm because it entails majorizing the objective function by a quadratic function followed by minimizing that quadratic.. The algorithm is conceptually simple and easy to code, and their numerical tests suggest that it is computationally competitive with a recent interior point algorithm for most problems.
read more
2. What is the best-known example of an MM algorithm?
The best-known example of an MM algorithm is the EM algorithm for maximum likelihood estimation in the presence of missingdata (Dempster et al., 1977).
read more
3. What are the main strengths of the MM algorithm presented in this paper?
The major strengths of the MM algorithm presented in this paper are its conceptual simplicity, ease of implementation, and numerical stability, qualities it shares with most other MM algorithms.
read more
4. What is the approach to the minimization problem?
Their approach to this minimization problem is first to construct a function that approximates L(θ) very closely and then to use an MM algorithm to minimize the approximating function.
read more





