Package jline.api.measures
Class Ms_jointentropy
java.lang.Object
jline.api.measures.Ms_jointentropy
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublems_jointentropy(Matrix x, Matrix y) Compute joint entropy z=H(x,y) of two discrete variables x and y.
-
Method Details
-
ms_jointentropy
Compute joint entropy z=H(x,y) of two discrete variables x and y.- Parameters:
x- first matrixy- second matrix of the same length- Returns:
- joint entropy z=H(x,y)
-