Bhattacharyya Coeff

Documentation

Lean 4 Proof

def bhattacharyyaCoeff {J : ℕ} (s0 s1 : Fin J → ℝ) : ℝ :=
  ∑ j : Fin J, Real.sqrt (s0 j * s1 j)

Dependency Graph

Module Section

Information Geometry of CES: