CES Hessian QF

Documentation

Lean 4 Proof

def cesHessianQF (J : ℕ) (ρ c : ℝ) (v : Fin J → ℝ) : ℝ :=
  (1 - ρ) / ((↑J : ℝ) ^ 2 * c) * ((∑ j : Fin J, v j) ^ 2 - ↑J * ∑ j : Fin J, v j ^ 2)

Dependency Graph

Module Section

Gradient and Hessian of CES at the symmetric point.