Skip to content

Commit 4b09872

Browse files
committed
chore: add counts keyword to stats/base/dists/poisson/ctor
Add the `counts` keyword to `package.json` to align with the within-namespace majority pattern: 12 of the 14 sibling packages in `stats/base/dists/poisson` carry `counts` (85.7% conformance), with `mgf` the other outlier. The Poisson constructor instantiates a distribution that models event counts in a fixed interval; the omission is unintentional metadata drift. Inserted between `univariate` and `discrete` to keep `counts` adjacent to `discrete`, matching the sibling pattern used by `mean`, `variance`, `mode`, and the other summary-statistic packages. Metadata only; no source, behavior, test, or documentation changes.
1 parent ee1de42 commit 4b09872

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/dists/poisson/ctor

lib/node_modules/@stdlib/stats/base/dists/poisson/ctor/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"properties",
6969
"props",
7070
"univariate",
71+
"counts",
7172
"discrete"
7273
]
7374
}

0 commit comments

Comments
 (0)