Current implementation of weights in FAST-S algorithm is only valid for lambda different from 0.
For a fixed lambda grid, we need to check for special case lambda = 0 and compute weights as for the unpenalized S-estimator in that case.
When lambda is selected on each weighted subset, we have to exclude lambda = 0 in order to select lambda only from values where the weights are appropriate.
Current implementation of weights in FAST-S algorithm is only valid for
lambda
different from 0.For a fixed
lambda
grid, we need to check for special caselambda = 0
and compute weights as for the unpenalized S-estimator in that case.When
lambda
is selected on each weighted subset, we have to excludelambda = 0
in order to selectlambda
only from values where the weights are appropriate.