Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 968 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 968 Bytes

Build Status


muti

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)

DOI