Skip to content

Commit cd7cef9

Browse files
committed
style: align stats/base/dists/chisquare/median with namespace conventions
Added missing `chi-squared` (present in 13/14 siblings, 93%) and `chisq` (11/14, 79%) to the keywords list. Both are standard chi-squared-distribution aliases and complete the chi-* cluster already present in the package.
1 parent 462502f commit cd7cef9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/chisquare/median

lib/node_modules/@stdlib/stats/base/dists/chisquare/median/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@
5959
"location",
6060
"percentile",
6161
"center",
62+
"chisq",
6263
"chisquare",
63-
"chi-square",
6464
"chisquared",
65+
"chi-square",
66+
"chi-squared",
6567
"univariate",
6668
"continuous"
6769
]

0 commit comments

Comments
 (0)