Commit ee1de42
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
`ctor` the other outlier. The MGF of a Poisson distribution
characterizes the moment-generating function of a count-valued random
variable, so the omission is unintentional metadata drift.
Inserted between `discrete` and `poisson` to match the sibling
convention used by `pmf`, `logpmf`, and `quantile`.
Metadata only; no source, behavior, test, or documentation changes.counts keyword to stats/base/dists/poisson/mgf
1 parent 95792b7 commit ee1de42
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 | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments