/** * Property-Based Tests for Metric Calculators * * Uses fast-check to verify mathematical properties hold across * randomized inputs. These tests catch edge cases and invariant * violations that might be missed by example-based tests. * * Properties tested: * - KL divergence: non-negativity, self-divergence = 0 * - JS divergence: symmetry, bounded [0, log 2] * - EMD: triangle inequality, symmetry * - Degree distribution: probabilities sum to 1 * - Jaccard distance: bounded [0, 1], symmetry */ export {}; //# sourceMappingURL=metric-calculators.property.unit.test.d.ts.map