R/c_mutualinfo.R

Defines functions c_mutualinfo

c_mutualinfo <- function(joint, n) {
  .Call("C_mutualinfo", joint, n, PACKAGE = "memshare")
}

Try the memshare package in your browser

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

memshare documentation built on Dec. 5, 2025, 9:07 a.m.