Skip to content

Mutual information between continuous variables in Python

Notifications You must be signed in to change notification settings

th86/pymutualinformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mutual Information between Continuous Variables in Python

This is an implementation of a B-Spline-based algorithm. There is a nice R version developed by Weiyi Cheng.

Usage

import mutualinfo as m
m.mi2D([1,2,7], [0,0,1], 6, 3)

Prerequisites

Python 2.7 and NumPy

License

This project is licensed under the MIT license.

About

Mutual information between continuous variables in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages