Core Definitions #
Basic definitions used throughout the formalization: the hinge function
(x - u)₊, the stop-loss transform, and the tail-sense sub-Gaussian
condition with zero mean.
Tail-sense one-sub-Gaussianity with zero mean.
Equations
Instances For
Stop-loss hinge (x - u)_+, written with the threshold first.
Equations
- OneDimConvexDom.hinge u x = OneDimConvexDom.posPart (x - u)
Instances For
Stop-loss transform of a measure.
Equations
- OneDimConvexDom.stopLoss mu u = ∫ (x : ℝ), OneDimConvexDom.hinge u x ∂mu
Instances For
Mean of a real-valued law.
Instances For
One-dimensional stop-loss domination.
Equations
- OneDimConvexDom.StopLossDom mu nu = (OneDimConvexDom.mean mu = OneDimConvexDom.mean nu ∧ ∀ (u : ℝ), OneDimConvexDom.stopLoss mu u ≤ OneDimConvexDom.stopLoss nu u)