InformationTheory

InformationTheory.Shannon.FisherInfo.Gaussian

source

Fisher information — Gaussian discharge #

Discharges the IsRegularDensity predicate of FisherInfo/Basic.lean for the Gaussian case: the smooth representative is the closed-form gaussianPDFReal m v, and the differentiability, positivity, tail-vanishing, and integrability conditions are verified from it.

Main definitions #

Main statements #

The IsRegularDensity instance for Gaussian densities #

theorem

InformationTheory.Shannon.pdf_toReal_ae_eq_gaussianPDFReal

source

(pdf X P volume).toReal =ᵐ[volume] gaussianPDFReal m v for a Gaussian X. Bridges MeasureTheory.pdf_defrnDeriv_gaussianRealtoReal_gaussianPDF.

Used by
    theorem

    InformationTheory.Shannon.differentiable_gaussianPDFReal

    source

    Differentiable ℝ (gaussianPDFReal m v) — the Gaussian pdf is smooth on all of .

    Used by
      theorem

      InformationTheory.Shannon.deriv_gaussianPDFReal

      source
      {m : } {v : NNReal} (hv : v 0) (x : ) :

      deriv (gaussianPDFReal m v) x = -(x - m)/v * gaussianPDFReal m v x.

      Used by
        theorem

        InformationTheory.Shannon.tendsto_gaussianPDFReal_atBot

        source

        gaussianPDFReal m v x → 0 as x → -∞.

        Used by
          theorem

          InformationTheory.Shannon.tendsto_gaussianPDFReal_atTop

          source
          Used by
            theorem

            InformationTheory.Shannon.integrable_sub_mul_gaussianPDFReal

            source

            (x - m) * gaussianPDFReal m v x is Lebesgue-integrable: this is the first moment integrand (against Lebesgue), expressible via integral_gaussianReal_eq_integral_smul.

            Used by
              theorem

              InformationTheory.Shannon.integrable_deriv_gaussianPDFReal

              source

              deriv (gaussianPDFReal m v) is Lebesgue-integrable.

              Used by
                theorem

                InformationTheory.Shannon.integral_deriv_gaussianPDFReal_eq_zero

                source
                (m : ) {v : NNReal} (hv : v 0) :

                deriv (gaussianPDFReal m v) x ∂volume = 0. Using deriv f = -(x-m)/v * f, this equals -(1/v) · ∫ (x - m) · f, and the latter is m - m = 0 because ∫ x · f = m (Gaussian mean) and ∫ f = 1.

                Used by
                  noncomputable def

                  InformationTheory.Shannon.isRegularDensity_gaussianReal_of_law

                  source

                  The IsRegularDensity instance for a Gaussian random variable, with smooth representative gaussianPDFReal m v.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    Used by
                      theorem

                      InformationTheory.Shannon.logDeriv_gaussianPDFReal

                      source
                      {m : } {v : NNReal} (hv : v 0) (x : ) :

                      logDeriv (gaussianPDFReal m v) x = -(x - m) / v.

                      Used by