chore: add keywords#12647
Merged
kgryte merged 1 commit intoJun 7, 2026
Merged
Conversation
…geometric/mean` Added the three keywords `mean`, `average`, and `avg` to `package.json` of `@stdlib/stats/base/dists/hypergeometric/mean`. Each is present in 35 of 37 sibling `mean` packages across `stats/base/dists/*` (94.6%). The package was the namespace's lone outlier (alongside `negative-binomial/mean`, out of scope). Keywords were inserted between the existing `discrete` and `hypergeometric` entries to mirror the placement used by the `poisson`/`geometric`/`bernoulli`/`planck` discrete-distribution siblings. Metadata only; no source, test, or behavioral changes.
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
kgryte
approved these changes
Jun 7, 2026
mean/average/avg keywords to stats/base/dists/hypergeometric/mean
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.
Description
@stdlib/stats/base/dists/hypergeometric/mean: add the three keywordsmean,average, andavgtopackage.json. Each is present in 35 of 37 siblingmeanpackages acrossstats/base/dists/*(94.6%);hypergeometric/meanwas the sole outlier within scope (negative-binomial/meanis the other namespace-wide outlier and out of scope here). The insertion point — betweendiscreteandhypergeometric— mirrors the placement used bypoisson/mean,geometric/mean,bernoulli/mean, andplanck/mean. Metadata only; no source, test, or behavioral changes.Related Issues
This pull request has no related issues.
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code via the cross-package drift-detection routine. The within-namespace majority vote across the 11 members of
stats/base/dists/hypergeometricdid not surface any drift on its own (the namespace splits cleanly into a 4-package distribution-function cluster, a 6-package summary-statistic cluster, and thector, with each cluster internally consistent); the surfaced correction came from the routine's ecosystem-wide ≥90% pre-validation gate when sibling sub-package types were cross-referenced. Two validation agents (opus cross-reference, sonnet structural-review) independently returnedconfirmed-driftbefore any file was edited.@stdlib-js/reviewers
Generated by Claude Code