R/quick_func.R

Defines functions quick_func

quick_func <- function(xz = NULL, xn) {
  as.vector(xz[1:xn] %o% xz[-(1:xn)])
}

Try the MADMMplasso package in your browser

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

MADMMplasso documentation built on April 3, 2025, 10:53 p.m.