Add a method for joint entropy

Issue #38 closed
Pierre Denis repo owner created an issue

Since Lea provides several methods related to information theory (information, mutual information, entropy), it would be interesting to have a convenience method jointEntropy that calculates the jointEntropy of a set of Lea instances args. Given the current Lea methods, the value is calculated with

Lea.cprod(*args).entropy

Comments (4)

  1. Log in to comment