Special-family digraphon constructors (directed umbrella #84, D3c / #87) #
The three classical special families of Cai–Ackerman–Freer (Priors on exchangeable directed graphs, arXiv:1510.08440), realized as digraphons — each is a choice of the four reciprocal-edge probabilities. Source crosswalk: digraphons and their sampling are CAF §2.3–2.4; the asymmetric-function model is CAF §3.1; undirected graphs and tournaments are CAF §3.2.1–3.2.2.
Digraphon.ofFun— the generic builder from four measurable pointwise kernels satisfying the digraphon axioms a.e., with the a.e. compatibility lemmasofFun_pairProb_ae/ofFun_simplexRep_ae;Digraphon.ofGraphon W— the ordinary-graphon embedding: reciprocal edges fully correlated (p₁₁ = W,p₀₀ = 1 − W, no antisymmetric mass, no loops) — an undirected graph seen as a digraph;Digraphon.ofTournament A— the tournament digraphon: exactly one direction per pair (p₁₀ = A,p₀₁ = A ∘ swap,p₁₁ = p₀₀ = 0, no loops), from an orientation kernel withA p + A p.swap = 1a.e.;Digraphon.ofKernel A L— the asymmetric-kernel digraphon: the two directions drawn independently (p_{ab} = A^a (1−A)^{1−a} · (A∘swap)^b (1−A∘swap)^{1−b}, all four products genuinely present), with an arbitrary loop coordinateL.
Each constructor comes with the a.e. identification of its four pair kernels
(ofGraphon_pairProb_ae / ofTournament_pairProb_ae / ofKernel_pairProb_ae), from which the
simplexRep-level compatibility is inherited via Digraphon.simplexRep_ae_eq. The sampler/law
identification for each family is the D3c follow-up.
The generic pointwise builder #
The generic digraphon builder from four measurable pointwise kernels satisfying the digraphon axioms almost everywhere, together with a measurable loop coordinate.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The pair kernels of ofFun are (a.e.) the given pointwise kernels.
The loop coordinate of ofFun is (a.e.) the given pointwise loop.
The simplexRep of ofFun agrees a.e. with the given pointwise kernels — the
simplexRep-level compatibility all three special families inherit.
The ordinary-graphon embedding #
The ordinary-graphon embedding: the digraphon whose reciprocal-edge distribution puts
mass W (x, y) on the doubly-present state and 1 − W (x, y) on the doubly-absent state —
an undirected graph viewed as a digraph, with no loops.
Equations
- MeasureTheory.Digraphon.ofGraphon W = MeasureTheory.Digraphon.ofFun (MeasureTheory.Digraphon.graphonFour✝ W) ⋯ ⋯ ⋯ ⋯ (fun (x : α) => false) ⋯
Instances For
The four pair kernels of the graphon embedding, a.e.: p₁₁ = W, p₀₀ = 1 − W, and no
antisymmetric mass.
The simplexRep of the graphon embedding, a.e.
The tournament digraphon #
The tournament digraphon: almost everywhere, exactly one of the two directed edges is
present — p₁₀ = A, p₀₁ = A ∘ swap, no doubly-present or doubly-absent mass, no loops —
from an orientation kernel A with A p + A p.swap = 1 a.e. (Since hsum holds only a.e.,
simplexRep may take its δ₀₀ fallback on an exceptional null set of latent pairs; the
sampled digraph is a tournament almost surely, not pointwise in the latents.)
Equations
- MeasureTheory.Digraphon.ofTournament A hnn hsum = MeasureTheory.Digraphon.ofFun (MeasureTheory.Digraphon.tournamentFour✝ A) ⋯ ⋯ ⋯ ⋯ (fun (x : α) => false) ⋯
Instances For
The four pair kernels of the tournament digraphon, a.e.
The simplexRep of the tournament digraphon, a.e.
The tournament digraphon carries no loops (a.e.).
The asymmetric-kernel digraphon #
The asymmetric-kernel digraphon: the two directed edges of a pair are drawn
independently — p_{ab} (x, y) is the product of the a-mass of A (x, y) and the
b-mass of A (y, x), so all four reciprocal-edge products are genuinely present — with an
arbitrary loop coordinate L.
Equations
- MeasureTheory.Digraphon.ofKernel A hmem L hL = MeasureTheory.Digraphon.ofFun (MeasureTheory.Digraphon.kernelFour✝ A) ⋯ ⋯ ⋯ ⋯ L hL
Instances For
The four pair kernels of the asymmetric-kernel digraphon, a.e.: the independent products.
The simplexRep of the asymmetric-kernel digraphon, a.e.: the independent products.