bsspirit / muti

Estimates the mutual information contained in 2 vectors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

About

Estimates the mutual information contained in 2 vectors.


Languages

Language:R 100.0%