R/Fx.R

Defines functions Fx

Documented in Fx

Fx <-
function(Y,X,lambda1,lambda2){
  return(sum(as.vector((Y-X))^2)+P(X,lambda1,lambda2))
}

Try the MultiCNVDetect package in your browser

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

MultiCNVDetect documentation built on May 2, 2019, 2:49 p.m.