/muti

Estimates the mutual information contained in 2 vectors.

Primary LanguageR

Build Status

muti

This is the development repo for muti, an R package that computes the mutual information (MI) between two discrete random variables. Click here for the full vignette.

Installation

You can install the development version using devtools.

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

Update Code by DanZhang.

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