R/Sign.R

Defines functions Sign

Sign <- function(x) {
  return(-1+2*(x>=0))
}

Try the FusedPCA package in your browser

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

FusedPCA documentation built on May 29, 2017, 9:19 p.m.