def escortCentralMoment (x : Fin J → ℝ) (ρ : ℝ) (n : ℕ) : ℝ :=
escortExpectation x ρ
(fun j => (Real.log (x j) -
escortExpectation x ρ (fun k => Real.log (x k))) ^ n)The Cumulant Tower: Higher-Order Bridges Between CES and Escort Statistics