Skip to content

mdscheuerell/muti

Repository files navigation

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

About

R package to estimate the mutual information contained in 2 vectors.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages