Aggregate Functions

Global summary statistics over distributed values — sums, averages, counts, variances, quantiles — that gossip-based algorithms compute approximately via local peer-to-peer exchanges. Many aggregates reduce to sum/count ratios computable by Push-Sum, giving O(log n) convergence.

In this vault

Backlinks