Skip to content

Add min_count parameter to Gaussian partition selection#41

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
cl/934904692
Open

Add min_count parameter to Gaussian partition selection#41
copybara-service[bot] wants to merge 1 commit into
mainfrom
cl/934904692

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Jun 19, 2026

Copy link
Copy Markdown

Add min_count parameter to Gaussian partition selection

Allows callers to specify a minimum true count below which partitions
are never returned. The threshold shifts from T = 1 + sigma * ppf(1-delta)
to T = min_count + sigma * ppf(1-delta).

Allows callers to specify a minimum true count below which partitions
are never returned. The threshold shifts from T = 1 + sigma * ppf(1-delta)
to T = min_count + sigma * ppf(1-delta).

PiperOrigin-RevId: 934904692
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants