Skip to content

Commit 71660ea

Browse files
committed
chore: add missing probability keyword to stats/base/dists/uniform/mgf
Adds the `probability` keyword to `package.json` so `mgf` matches the keyword convention used by the other 13 sibling packages in `@stdlib/stats/base/dists/uniform` (93% conformance). Keyword is inserted between `dist` and `mgf` to match the ordering used by the other distribution-function packages (`cdf`, `pdf`, `logcdf`, `logpdf`, `quantile`).
1 parent c73c8b3 commit 71660ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"stats",
5959
"distribution",
6060
"dist",
61+
"probability",
6162
"mgf",
6263
"generating functions",
6364
"moments",

0 commit comments

Comments
 (0)