Skip to main content

Module aggregate

Module aggregate 

Source

Constants§

Z_SCORE_95 🔒

Functions§

compute_all_percentiles_from_hdr
Compute all standard percentiles from an HDR histogram.
compute_bucket_averages_x10
Compute per-bucket dps_per_bucket_x10 averages (sum/samples, 0 when samples == 0).
compute_result_core
Compute (mean_dps_x10, std_dps_x10, ci95_half_pct_x10000) for ResultCoreV1.
histogram_percentile_from_hdr
Compute a percentile (p in 0.0..=1.0) from an HDR histogram, in x10 space.
merge_dps_stats
Merge chunk DPS stats into the running aggregate via Chan/Golub/LeVeque pairwise merge.