CES Principal Curvature

Documentation

Lean 4 Proof

def cesPrincipalCurvature (J : ℕ) (ρ c : ℝ) : ℝ :=
  (1 - ρ) / (c * Real.sqrt ↑J)

Dependency Graph

Module Section

Gradient and Hessian of CES at the symmetric point.