CMS point query: 3 skew regimes with absolute & relative error#105
Draft
c-dickens wants to merge 1 commit intoapache:masterfrom
Draft
Conversation
- Scale parameters to U=8192, N=2^20, 8192 trials - Run 3 Zipf skew regimes (α=1.5, 1.0, 0.5) sequentially - Add per-item relative error tracking via second set of KLL sketches - Add per-item bound violation rate column - Output one TSV per regime to cpp/results/ (sorted by freq rank descending) - Rewrite plotting script for 3-panel layout: estimated frequency profile and relative error vs true frequency with sigma bands - Update Makefile with cms-point-query and cms-point-query-plot targets - Add website documentation drafts in docs/cms/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cms_point_query_profileto run 3 Zipf skew regimes (α=1.5, 1.0, 0.5) with U=8192, N=2^20, 8192 trialsdocs/cms/Test plan
make cms-point-querybuilds, runs all 3 regimes, produces 3 TSV filesmake cms-point-query-plotgeneratescms_point_query_error.svgandcms_rel_error_vs_freq_rank.svg🤖 Generated with Claude Code