Documentation

ZPM.Probability.Concentration.BoundedRandomVariable

Bounded random variables #

A typeclass for random variables f : Ω → ℝ bounded in [a, b] almost everywhere under a measure μ, plus measurability of f.

class ProbabilityTheory.BoundedRandomVariable {Ω : Type u_1} [MeasurableSpace Ω] (f : Ω) (μ : MeasureTheory.Measure Ω) (a b : ) :

A random variable f : Ω → ℝ is bounded in [a, b] almost everywhere under μ, with f itself measurable.

Instances