Documentation

ZPM.Probability.Exchangeability.SplitMeasure

SplitMeasure: uniform measure on valid splits, with first/second projections #

Conditioning a D^{2m} sample on the merged sample z and averaging over all ValidSplit m outcomes recovers D^m ⊗ D^m, because D^{2m} is invariant under coordinate permutations. SplitMeasure m assigns weight 1 / C(2m, m) to each valid split.

Uniform measure over all valid splits of 2m into two groups of m.

The core construction for the exchangeability argument: with weight 1 / Fintype.card (ValidSplit m) on each split, the Dirac sum gives a probability measure on the finite, discrete space ValidSplit m.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def ProbabilityTheory.splitFirst {X : Type u} {m : } (z : MergedSample X m) (_vs : ValidSplit m) :
    Fin mX

    First-group projection of a merged sample under a valid split.

    Equations
    Instances For
      def ProbabilityTheory.splitSecond {X : Type u} {m : } (z : MergedSample X m) (_vs : ValidSplit m) :
      Fin mX

      Second-group projection of a merged sample under a valid split.

      Equations
      Instances For