Skip to content

chore: fix description and dist keyword in pareto-type1/pdf#12455

Open
Planeshifter wants to merge 1 commit into
developfrom
philipp/drift-stats-base-dists-pareto-type1-2026-06-02
Open

chore: fix description and dist keyword in pareto-type1/pdf#12455
Planeshifter wants to merge 1 commit into
developfrom
philipp/drift-stats-base-dists-pareto-type1-2026-06-02

Conversation

@Planeshifter
Copy link
Copy Markdown
Member

Description

Within @stdlib/stats/base/dists/pareto-type1 (14 members), pdf/package.json was the lone outlier on two metadata features. Fixes both.

stats/base/dists/pareto-type1/pdf

  • description reordered to "Pareto (Type I) distribution probability density function (PDF).", matching the canonical "<Distribution> distribution <function>." pattern used by 12/14 namespace siblings, all 30 sibling pdf/package.json descriptions across other distributions, and the parent namespace README. The previous wording placed distribution between Pareto and (Type I).
  • keywords entry "dists" replaced with the singular "dist", matching 13/14 siblings within the namespace and 29/31 sibling pdf packages across stdlib.

Metadata-only; no source, test, signature, or behavioral changes.

Related Issues

This pull request has no related issues.

Questions

No.

Other

No.

Checklist

AI Assistance

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

This PR was authored by Claude Code via the cross-package drift-detection routine: structural features were extracted from every member of stats/base/dists/pareto-type1, majority patterns were computed at a 75% conformance threshold, and an independent structural-review agent confirmed the corrections were high-signal mechanical drift before any file was edited. Both edits are pure package.json metadata; no source, test, or behavioral changes.


@stdlib-js/reviewers


Generated by Claude Code

Within `@stdlib/stats/base/dists/pareto-type1` (14 members), the
`pdf` subpackage was the lone outlier on two `package.json` metadata
features:

- `description` placed the word `distribution` between `Pareto` and
  `(Type I)`. Reordered to `Pareto (Type I) distribution probability
  density function (PDF).`, matching 12/14 siblings within the
  namespace and all 30 sibling `pdf/package.json` descriptions across
  other distributions. The parent namespace README already documents
  pdf with this wording.
- `keywords` carried the plural `dists`. Replaced with the singular
  `dist`, matching 13/14 siblings within the namespace and 29/31
  sibling `pdf` packages across stdlib.

Metadata-only; no source, test, signature, or behavioral changes.
@stdlib-bot stdlib-bot added the Statistics Issue or pull request related to statistical functionality. label Jun 2, 2026
@stdlib-bot
Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
stats/base/dists/pareto-type1/pdf $\color{red}336/339$
$\color{green}+99.11\%$
$\color{green}24/24$
$\color{green}+100.00\%$
$\color{red}3/4$
$\color{green}+75.00\%$
$\color{red}336/339$
$\color{green}+99.11\%$

The above coverage report was generated for the changes in this PR.

@Planeshifter Planeshifter marked this pull request as ready for review June 2, 2026 21:41
@Planeshifter Planeshifter requested a review from a team June 2, 2026 21:41
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Jun 2, 2026
@Planeshifter Planeshifter requested a review from kgryte June 2, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Review A pull request which needs code review. Statistics Issue or pull request related to statistical functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants