R/gdf.R

Defines functions gdf

Documented in gdf

gdf <- function(y) {
  a <- matrix(y,nrow=1)
  n <- length(y)
  A <- MW(n)
  A%*%t(a)
}

Try the descomponer package in your browser

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

descomponer documentation built on Aug. 12, 2021, 5:12 p.m.