From 8a9e5c0f34dc6f66c1cf3f9deda0a2f07784778b Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 20:28:29 +0000 Subject: [PATCH 1/3] docs: add usage notes section to `stats/base/dists/beta/cdf` Insert the empty `
` placeholder on the JavaScript side of the README, between the usage and examples sections. The placeholder is present in 12 of 15 (80%) sibling packages in the namespace and is already present in this package's own C API section; its absence on the JavaScript side was an inconsistency with the namespace template. The section renders no content, so documentation output is unchanged. --- .../@stdlib/stats/base/dists/beta/cdf/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/node_modules/@stdlib/stats/base/dists/beta/cdf/README.md b/lib/node_modules/@stdlib/stats/base/dists/beta/cdf/README.md index 575a97f2814d..a7d8ac96f539 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/beta/cdf/README.md +++ b/lib/node_modules/@stdlib/stats/base/dists/beta/cdf/README.md @@ -134,6 +134,16 @@ y = mycdf( 0.3 ); + + +
+ +
+ + + + +
## Examples From 773d6eb5ab2352fa16e6d961234cb6b6a583feb3 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 20:28:38 +0000 Subject: [PATCH 2/3] docs: add usage notes section to `stats/base/dists/beta/quantile` Insert the empty `
` placeholder on the JavaScript side of the README, between the usage and examples sections. The placeholder is present in 12 of 15 (80%) sibling packages in the namespace; its absence here was an inconsistency with the namespace template. The section renders no content, so documentation output is unchanged. --- .../@stdlib/stats/base/dists/beta/quantile/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/node_modules/@stdlib/stats/base/dists/beta/quantile/README.md b/lib/node_modules/@stdlib/stats/base/dists/beta/quantile/README.md index 5aedc4e409fc..527a662ee8fd 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/beta/quantile/README.md +++ b/lib/node_modules/@stdlib/stats/base/dists/beta/quantile/README.md @@ -126,6 +126,16 @@ y = myquantile( 0.4 ); + + +
+ +
+ + + + +
## Examples From be8020526ca277cfbe602ab90190b84fe4636b0e Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 20:28:38 +0000 Subject: [PATCH 3/3] docs: link MGF term in blockquote of `stats/base/dists/beta/mgf` Wrap "moment-generating function" in the introductory blockquote with the `[moment-generating function][mgf]` reference link. The `[mgf]` reference is already defined in this README and used four times in the body, so only the blockquote diverged; 11 of 14 (79%) applicable sibling packages link the metric term in the blockquote. Link markup only; the rendered text is unchanged. --- lib/node_modules/@stdlib/stats/base/dists/beta/mgf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/stats/base/dists/beta/mgf/README.md b/lib/node_modules/@stdlib/stats/base/dists/beta/mgf/README.md index 90a973261c6e..edaa56e0669d 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/beta/mgf/README.md +++ b/lib/node_modules/@stdlib/stats/base/dists/beta/mgf/README.md @@ -20,7 +20,7 @@ limitations under the License. # Moment-Generating Function -> [Beta][beta-distribution] distribution moment-generating function (MGF). +> [Beta][beta-distribution] distribution [moment-generating function][mgf] (MGF).