Documentation

Atlas.FourierAnalysis.code.CentralLimitTheorem

Instances For
    theorem CentralLimitTheorem.min_pow_le_rpow (x α : ) (hα1 : 0 < α) (hα2 : α < 1) :
    min (|x| ^ 2) (|x| ^ 3) |x| ^ (2 + α)
    theorem CentralLimitTheorem.expTaylorRemainder_le_rpow (x α : ) (hα1 : 0 < α) (hα2 : α < 1) :
    theorem CentralLimitTheorem.central_limit_theorem {Ω : Type u_1} {Ω' : Type u_2} [MeasurableSpace Ω] [MeasurableSpace Ω'] {P : MeasureTheory.Measure Ω} {P' : MeasureTheory.Measure Ω'} [MeasureTheory.IsProbabilityMeasure P] [MeasureTheory.IsProbabilityMeasure P'] {X : Ω} {Y : Ω'} {α : } ( : 0 < α) (hLp : MeasureTheory.MemLp (X 0) (ENNReal.ofReal (2 + α)) P) (hindep : ProbabilityTheory.iIndepFun X P) (hident : ∀ (i : ), ProbabilityTheory.IdentDistrib (X i) (X 0) P P) (hY : ProbabilityTheory.HasLaw Y (ProbabilityTheory.gaussianReal 0 (ProbabilityTheory.variance (X 0) P).toNNReal) P') :
    MeasureTheory.TendstoInDistribution (fun (n : ) (ω : Ω) => (n)⁻¹ * (kFinset.range n, X k ω - n * (x : Ω), X 0 x P)) Filter.atTop Y (fun (x : ) => P) P'