R/infoTheoreticSum.R

Defines functions infoTheoreticSum

Documented in infoTheoreticSum

infoTheoreticSum <- function(first, second, lambda=1000) {
  .infoTheoretic(first[["fvis"]] + second[["fvis"]], lambda)
}

Try the QuACN package in your browser

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

QuACN documentation built on May 2, 2019, 8:18 a.m.