+algo_var_iter,stat_variance,Iterative calculation,Iteratively calculate the variance using an aggregated mean.,iterative,$S^{2} = \frac{\sum{(x_{i}-\bar{x})^{2}}}{n-1}$,2,FALSE,bidirectional,FALSE,FALSE,FALSE,none,none,,,03/11/2025 12:13,03/11/2025 12:13,"The mean across samples ( $\bar{x}$ ) can be calculated separably with a round of aggregation, then sent to each client, which can then subtract the values from the sample mean ( $\sum{(x_{i}-\bar{x})^{2}}$ ) and send this value back to the aggregator."
0 commit comments