A precursor to the type of probability measures. Intuitively, a
(quasi-borel) probability measure is just a variable applied to a normal
probability measure on ℝ. A PreProbabilityMeasure holds the underlying
variable and probability measure.
The random variable associated with the probability measure.
The base
ProbabilityMeasure.
Instances For
The integral of a function relative to a probability measure.
Equations
Instances For
Alias of QuasiBorelSpace.PreProbabilityMeasure.lintegral.eq_1.
Alias of QuasiBorelSpace.PreProbabilityMeasure.measureOf.eq_1.
A PreProbabilityMeasure can be constructed from any ProbabilityMeasure on a
standard borel space.
Equations
- QuasiBorelSpace.PreProbabilityMeasure.mk' eval base = { eval := have this := ⋯; { toFun := fun (x : ℝ) => eval (MeasureTheory.unpack x), property := ⋯ }, base := base.map ⋯ }
Instances For
Equations
- One or more equations did not get rendered due to their size.
The type of variables for probability measures.
The random variable associated with each probability measure.
- base : ℝ → MeasureTheory.ProbabilityMeasure ℝ
The family of base
ProbabilityMeasures. - measurable_base : Measurable self.base
The family of base measures is measurable.
Instances For
Evaluates a Var.
Equations
Instances For
Alias of QuasiBorelSpace.PreProbabilityMeasure.Var.apply.eq_1.
The constant variable.
Equations
Instances For
Precomposition of variables by measurable functions.
Equations
Instances For
Gluing of a countable number of variables.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
The variable associated with a PreProbabilityMeasure variable.
Equations
- QuasiBorelSpace.PreProbabilityMeasure.subeval φ = if hφ : QuasiBorelSpace.IsHom φ then (Classical.choose ⋯).eval else { toFun := fun (x : ℝ) => Classical.choice ⋯, property := ⋯ }
Instances For
The measure associated with a PreProbabilityMeasure variable.
Equations
- QuasiBorelSpace.PreProbabilityMeasure.subbase φ = if hφ : QuasiBorelSpace.IsHom φ then (Classical.choose ⋯).base else fun (x : ℝ) => default
Instances For
The unit operation, a.k.a. the dirac measure.
Equations
Instances For
The dirac measure, lifted to variables.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The monadic bind operation for probability measures.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The monadic bind, lifted to variables.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The functorial strength operation.
Equations
Instances For
The functorial strength operation, lifted to variables.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Bernoulli measure.
Equations
- One or more equations did not get rendered due to their size.