Commit 4b09872
committed
chore: add
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.counts keyword to stats/base/dists/poisson/ctor
1 parent ee1de42 commit 4b09872
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
0 commit comments