From 27a63dc22812a82e06f5d77b49e691e42b6a8b2c Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 20 May 2026 16:18:40 +0000 Subject: [PATCH] chore: align keywords with sibling `stdev` packages in `stats/base/dists/discrete-uniform/stdev` Replace the `"variance"` keyword (a copy-paste from sibling `stats/base/dists/discrete-uniform/variance/package.json`) with the function-name-appropriate keywords `"standard"`, `"deviation"`, `"stdev"`, and `"std"`, and reorder the dispersion block to match the dominant ordering used by sibling `stdev` packages across stdlib's distributions. Cross-distribution conformance (sampled `normal`, `poisson`, `geometric`, `bernoulli`, `binomial`, `gamma`, `beta`, `laplace`, `logistic`): `"stdev"`/`"std"`/`"standard"`/`"deviation"` present in 9/9; `"variance"` present in 0/9. No logic, signature, or test expectation is touched; the diff is package metadata only. --- .../stats/base/dists/discrete-uniform/stdev/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/stats/base/dists/discrete-uniform/stdev/package.json b/lib/node_modules/@stdlib/stats/base/dists/discrete-uniform/stdev/package.json index 9aeaaeb7aee1..d984e8459885 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/discrete-uniform/stdev/package.json +++ b/lib/node_modules/@stdlib/stats/base/dists/discrete-uniform/stdev/package.json @@ -58,10 +58,12 @@ "stats", "distribution", "dist", - "variance", + "standard", + "deviation", + "stdev", + "std", "spread", "dispersion", - "deviation", "discrete", "probability", "prob",