1

  1. According to the author, smoothing splines are very commonly used. Based on what the paper says:

2

  1. The author shows several methods in lasso form.

\[\hat{\theta} = \arg\min_{\theta \in \mathbb{R}^n} \frac{1}{2} |y - G\theta|2^2 + \lambda \sum{j=k+2}^n |\theta_j|\] where H and G are appropriate basis matrices for the two methods.

3

  1. The author examines astrophysics data.

The codes are also publicly available at https://rpubs.com/AlanHuang/CSC642-R_Assignment7