R/mModeTGFOBIMatrix.R

Defines functions mModeTGFOBIMatrix

mModeTGFOBIMatrix <-
function(x, m, lag){
  xm <- mFlatten(x, m)
  mTGFOBIMatrix(xm, lag)
}

Try the tensorBSS package in your browser

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

tensorBSS documentation built on Sept. 12, 2024, 5:07 p.m.