Documentation

Atlas.HighDimensionalStatistics.code.Chapter3.Ex_3_9

noncomputable def Chapter3.haarMother (x : ) :

The Haar mother wavelet: 1 on [0, 1/2), −1 on [1/2, 1], 0 elsewhere.

Instances For
    noncomputable def Chapter3.haarWavelet (j k : ) (x : ) :

    The Haar wavelet family ψ_{jk}(x) = 2^{j/2} ψ(2^j x − k).

    Instances For
      noncomputable def Chapter3.waveletCoeff (g : ) (j k : ) :

      Wavelet coefficient θ_{jk} = ∫₀¹ g(x) ψ_{jk}(x) dx.

      Instances For

        The Haar mother wavelet is bounded: |ψ(x)| ≤ 1 for all x.

        theorem Chapter3.haar_ae_first :
        ∀ᵐ (x : ), x Set.uIoc 0 (1 / 2)haarMother x = 1

        The Haar mother wavelet integrates to zero over [0, 1].