R/updateS.R

Defines functions updateS

updateS <- function(R,L,Gamma,lambda1,rho){
  A <- R+L+Gamma/rho
  B <- lambda1/rho
  S <- Soft(A,B)
  return(S)
}

Try the latentgraph package in your browser

Any scripts or data that you put into this service are public.

latentgraph documentation built on Dec. 15, 2020, 5:23 p.m.