/** * Data Processing Inequality Consistency Tests for Path Salience Ranking * * Validates: I(X;Z) ≤ I(X;Y) for Markov chain X→Y→Z * * The geometric mean formula inherently respects the Data Processing Inequality: * path score is bounded by the minimum edge MI, consistent with information * theory's constraint that processing cannot increase information. */ export {}; //# sourceMappingURL=dpi-consistency.unit.test.d.ts.map