entropytriangle

Calculation of the entropy triangles


Keywords
Entropy, Triangle, Information, Theory
License
MIT
Install
pip install entropytriangle==1.0.2

Documentation

Entropy Triangle Package

Anaconda-Server Badge PyPI version

A Python package to work with entropic coordinates and the entropy triangles defined by Valverde-Albacete and Peláez Moreno in:

The packages uses NumPy, Pandas, SciPy, Scikit-learn and Matplotlib

Package Installation

Pip

The package is stored in PyPI

Using pip you can install the current release (0.1.1) using the command:

pip intstall entropytriangle

Note that with pip you may need to use sudo.

sudo pip intstall entropytriangle

Anaconda

The package is stored in Anaconda Cloud

You can install entropytriangle with the conda command:

conda config --add channels Jaimedlrm
conda install entropytriangle

or :

conda install -c jaimedlrm entropytriangle

With setup.py

Alternatively you can clone the repository and run setup.py in the usual manner:

git clone https://github.com/Jaimedlrm/entropytriangle.git
cd entropytriangle
python setup.py install

Note that you may need

sudo python setup.py install

Usage and Examples

You can see here some use cases in this link, where you can find some examples of real case scenarios.