chrisferreyra13 / itpg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information Theory PlayGround

Open source Python library with useful functions and examples on Information Theory. Built on the shoulders of giants like Frites, dit, etc., it contains different functions for discrete and continuous data with applications on brain data.

As the title expresses, this is my playground to explore and work on information theory.
Feel free to use it. 😄

Installing ITPG

To install the latest stable version of ITPG, you can use pip in a terminal:

pip install -U itpg

Get the latest code

To install the latest version of the code using pip open a terminal and type:

pip install -U https://github.com/chrisferreyra13/itpg/archive/main.zip

To get the latest code using git, open a terminal and type:

git clone https://github.com/chrisferreyra13/itpg.git

Dependencies

  • Python >= 3.7
  • Frites
  • dit

About

License:MIT License


Languages

Language:Jupyter Notebook 98.7%Language:Python 1.3%