powered by
L1 norm of a projection
ComputeLambda(uFT, pResidual)
A vector of 0s and 1s of lenght nc: (-1)^uFT is a unit vector in Linf norm
A matrix with nc columns
L1 norm of the pResidual x (-1)^uFT
This function is for internal usage only.
# NOT RUN { ComputeLambda(uFT=c(FALSE,TRUE,FALSE),pResidual=matrix(1:15,nr=5,nc=3)) # }
Run the code above in your browser using DataLab