docs: update description#13449
Merged
kgryte merged 3 commits intoJul 13, 2026
Merged
Conversation
Rewords the `lib/index.js` module description from the imperative form "Evaluate the moment-generating function (MGF) for a Gumbel distribution." to the noun-phrase form "Gumbel distribution moment-generating function (MGF).", matching the 14/15 (93%) sibling convention in the `stats/base/dists/gumbel` namespace. `mgf` was the sole deviator.
…ription Appends the `(CDF)` acronym to the `package.json` description so it reads "Gumbel distribution logarithm of cumulative distribution function (CDF).", matching the sibling convention. Every other `stats/base/dists/gumbel` package whose name references a common-acronym function (`cdf`, `logpdf`, `mgf`, `pdf`) already includes the parenthesized acronym in its `package.json` description; `logcdf` was the sole deviator.
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
kgryte
reviewed
Jul 13, 2026
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
kgryte
approved these changes
Jul 13, 2026
stats/base/dists/gumbel module description drift
MeKaustubh07
pushed a commit
to MeKaustubh07/stdlib
that referenced
this pull request
Jul 14, 2026
PR-URL: stdlib-js#13449 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Athan Reines <kgryte@gmail.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.
Description
Two
stats/base/dists/gumbelpackages carried single-line docs/metadata drift against the sibling convention. Both are pure documentation edits with no source, test, or behavioral impact.stats/base/dists/gumbel/mgflib/index.js's@moduledescription was in the imperative form"Evaluate the moment-generating function (MGF) for a Gumbel distribution.", out of step with the 14/15 (93%) sibling convention"Gumbel distribution <name>."used by every other member of the namespace. Reworded to"Gumbel distribution moment-generating function (MGF).".stats/base/dists/gumbel/logcdfpackage.jsondescriptionread"Gumbel distribution logarithm of cumulative distribution function."— missing the parenthesized(CDF)acronym that every sibling function whose name references a common acronym includes (cdf,logpdf,mgf,pdfall follow the<name> (ACRONYM).shape). Appended(CDF).Related Issues
No.
Questions
No.
Other
Total diff: 2 files, 2 LOC — both docs/metadata.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code running as a scheduled cross-package API drift-detection routine targeting
@stdlib/stats/base/dists/gumbel. Structural and semantic features were extracted across all 15 direct-child packages, deviations from the ≥75% majority pattern were surfaced, and independent reviewer passes validated each candidate asconfirmed-driftbefore any file was edited. All edits are docs/metadata only; no source, test, behavioral, or generator output is touched. A human should audit and promote this PR out of draft.@stdlib-js/reviewers
Generated by Claude Code