Package jline.api.measures
Class Ms_jointentropyKt
-
- All Implemented Interfaces:
public final class Ms_jointentropyKt
-
-
Method Summary
Modifier and Type Method Description final static Double
ms_jointentropy(Matrix x, Matrix y)
Compute joint entropy z=H(x,y) of two discrete variables x and y. -
-
Method Detail
-
ms_jointentropy
final 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 matrixy
- second matrix of the same length- Returns:
joint entropy z=H(x,y)
-
-
-
-