R/null.space.R

"null.space" <- function(x)
  { tmp <- svd(x)
    return(tmp$v[,which(tmp$d!=0)])
  }

Try the MSBVAR package in your browser

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

MSBVAR documentation built on May 30, 2017, 1:23 a.m.