From 1410ea5d3cf9827b7a5f28bdc30657a97abdab32 Mon Sep 17 00:00:00 2001
From: Planeshifter <1913638+Planeshifter@users.noreply.github.com>
Date: Tue, 21 Jan 2025 02:35:36 +0000
Subject: [PATCH] docs: update namespace table of contents
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
---
lib/node_modules/@stdlib/stats/base/README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/node_modules/@stdlib/stats/base/README.md b/lib/node_modules/@stdlib/stats/base/README.md
index 6844916fee5c..9a90fb7ab8a3 100644
--- a/lib/node_modules/@stdlib/stats/base/README.md
+++ b/lib/node_modules/@stdlib/stats/base/README.md
@@ -61,7 +61,6 @@ The namespace contains the following statistical functions:
- [`cumaxabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/cumaxabs]: calculate the cumulative maximum absolute value of a strided array.
- [`cumin( N, x, strideX, y, strideY )`][@stdlib/stats/base/cumin]: calculate the cumulative minimum of a strided array.
- [`cuminabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/cuminabs]: calculate the cumulative minimum absolute value of a strided array.
-- [`dcumax( N, x, strideX, y, strideY )`][@stdlib/stats/strided/dcumax]: calculate the cumulative maximum of double-precision floating-point strided array elements.
- [`dcumaxabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcumaxabs]: calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
- [`dcumin( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcumin]: calculate the cumulative minimum of double-precision floating-point strided array elements.
- [`dcuminabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcuminabs]: calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
@@ -331,8 +330,6 @@ console.log( objectKeys( ns ) );
[@stdlib/stats/base/cuminabs]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/cuminabs
-[@stdlib/stats/strided/dcumax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dcumax
-
[@stdlib/stats/base/dcumaxabs]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dcumaxabs
[@stdlib/stats/base/dcumin]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dcumin