Algorithm 1.
Selection of the tuning parameter 7 using cross-validation
| Step 1 Pre-determine a grid of points for in [0,1], denoted as , and set each . |
| Step 2 Randomly assign the strata into folds, leaving one fold for testing and the others for training. Set q = 1. |
| Step 2.1 While , use the qth training set to compute the de-biased lasso estimator with , denoted as , and define the active set . |
| Step 2.2 Define the thresholded de-biased lasso estimator , i.e. setting components of outside the active set to 0. |
| Step 2.3 Compute the negative log partial likelihood on the qth testing set . |
| Step 2.4 Set , for , where is the total number of observations in the qth testing set. |
| Step 2.5 Set and go to Step 2.1. |
| Step 3 Let . The final output tuning parameter value is . |