Class Ms_jointentropy

java.lang.Object
jline.api.measures.Ms_jointentropy

public final class Ms_jointentropy extends Object
  • Method Details

    • ms_jointentropy

      public static double ms_jointentropy(Matrix x, Matrix y)
      Compute joint entropy z=H(x,y) of two discrete variables x and y.
      Parameters:
      x - first matrix
      y - second matrix of the same length
      Returns:
      joint entropy z=H(x,y)