|
| |
| Algorithm 5 Iterative SLOPE fitting when σ is unknown | |
|
| |
| 1: | input: y, X and initial sequence λS (computed for σ = 1) |
| 2: | initialize: S+ = ∅ |
| 3: | repeat |
| 4: | S = S+ |
| 5: | compute the RSS obtained by regressing y onto variables in S |
| 6: | set |
| 7: | compute the solution to SLOPE with parameter sequence |
| 8: | set |
| 9: | until S+ = S |
|
| |