Package jline.api.measures
Class Ms_hellingerKt
-
- All Implemented Interfaces:
public final class Ms_hellingerKt
-
-
Method Summary
Modifier and Type Method Description final static Double
ms_hellinger(Matrix P, Matrix Q)
Hellinger distance between two probability distributions. -
-
Method Detail
-
ms_hellinger
final static Double ms_hellinger(Matrix P, Matrix Q)
Hellinger distance between two probability distributions. Part of the fidelity family.
- Parameters:
P
- first probability distributionQ
- second probability distribution- Returns:
Hellinger distance
-
-
-
-