Skip to content

Commit ee1de42

Browse files
committed
chore: add counts keyword to stats/base/dists/poisson/mgf
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.
1 parent 95792b7 commit ee1de42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"generating functions",
6363
"moments",
6464
"discrete",
65+
"counts",
6566
"poisson",
6667
"univariate"
6768
]

0 commit comments

Comments
 (0)