Quasi Arith Mean

Documentation

Lean 4 Proof

def quasiArithMean (J : ℕ) (gen : QAGenerator) : AggFun J :=
  fun x => gen.φ.invFun ((1 / J : ℝ) * ∑ j : Fin J, gen.φ (x j))

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 1: