DOI


muti computes the mutual information (MI) contained in two vectors of discrete random variables. Click here for the package website and vignette.

Installation

You can install the development version using devtools.

if(!require("devtools")) {
  install.packages("devtools")
  library("devtools")
}
devtools::install_github("mdscheuerell/muti")

Usage

At a minimum muti requires two equal-length vectors of class numeric or integer. See ?muti for all of the other function arguments.

muti(x, y)