Documentation

Mathlib.Probability.Distributions.Gaussian.HasGaussianLaw.Def

Gaussian random variables #

In this file we define a predicate HasGaussianLaw X P, which states that under the probability measure P, the random variable X has a Gaussian distribution, i.e. IsGaussian (P.map X).

Main definition #

Tags #

Gaussian random variable

structure ProbabilityTheory.HasGaussianLaw {Ω : Type u_1} {E : Type u_2} { : MeasurableSpace Ω} [TopologicalSpace E] [AddCommMonoid E] [Module E] [mE : MeasurableSpace E] (X : ΩE) (P : MeasureTheory.Measure Ω) :

The predicate HasGaussianLaw X P means that under the measure P, X has a Gaussian distribution.

Instances For