docs: normalize metadata for @stdlib/stats/base/dists/weibull/mgf#12942
Draft
Planeshifter wants to merge 1 commit into
Draft
docs: normalize metadata for @stdlib/stats/base/dists/weibull/mgf#12942Planeshifter wants to merge 1 commit into
@stdlib/stats/base/dists/weibull/mgf#12942Planeshifter wants to merge 1 commit into
Conversation
…s/weibull/mgf` * Rewrite the `lib/index.js` module-level JSDoc summary as a noun-phrase matching the `package.json` description (the convention used by 14/15 sibling packages in `@stdlib/stats/base/dists/weibull/`). * Add the missing `probability` keyword to `package.json`, bringing the keyword set in line with 14/15 sibling packages.
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
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
This pull request normalizes two metadata items in
@stdlib/stats/base/dists/weibull/mgfto bring them in line with sibling packages in the@stdlib/stats/base/dists/weibull/*namespace.@stdlib/stats/base/dists/weibull/mgflib/index.jsmodule-level JSDoc summary as a noun-phrase matching thepackage.jsondescription, so the summary now readsWeibull distribution moment-generating function (MGF).instead ofEvaluate the moment-generating function (MGF) for a Weibull distribution.(matches 14/15 = 93% of siblings, all of which use the noun-phrase form verbatim frompackage.json).probabilitykeyword topackage.json(present in 14/15 = 93% of siblings).Related Issues
None.
Questions
No.
Other
No observable behavior changes. No test or example references the previous summary text or the keyword list.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was generated by an automated cross-package drift-detection routine that extracts structural and semantic features from every package in a randomly selected namespace, identifies the majority pattern per feature, and proposes corrections to outliers. The routine reviewed all 15 members of
@stdlib/stats/base/dists/weibull/*, ran a three-agent validation pass (semantic, cross-reference, structural) on candidate corrections, and produced this draft for maintainer review.@stdlib-js/reviewers
Generated by Claude Code