From 6f461ac10ee03d7c10aff52f5d42e34b8cfca8f8 Mon Sep 17 00:00:00 2001
From: Planeshifter <1913638+Planeshifter@users.noreply.github.com>
Date: Tue, 14 Jan 2025 02:51:47 +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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/node_modules/@stdlib/stats/base/README.md b/lib/node_modules/@stdlib/stats/base/README.md
index cb2ea687606a..f09ae13fa344 100644
--- a/lib/node_modules/@stdlib/stats/base/README.md
+++ b/lib/node_modules/@stdlib/stats/base/README.md
@@ -71,7 +71,7 @@ The namespace contains the following statistical functions:
- [`dmaxsorted( N, x, strideX )`][@stdlib/stats/base/dmaxsorted]: calculate the maximum value of a sorted double-precision floating-point strided array.
- [`dmean( N, x, stride )`][@stdlib/stats/base/dmean]: calculate the arithmetic mean of a double-precision floating-point strided array.
- [`dmeankbn( N, x, stride )`][@stdlib/stats/base/dmeankbn]: calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.
-- [`dmeankbn2( N, x, stride )`][@stdlib/stats/base/dmeankbn2]: calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
+- [`dmeankbn2( N, x, strideX )`][@stdlib/stats/base/dmeankbn2]: calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
- [`dmeanli( N, x, stride )`][@stdlib/stats/base/dmeanli]: calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
- [`dmeanlipw( N, x, stride )`][@stdlib/stats/base/dmeanlipw]: calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
- [`dmeanors( N, x, stride )`][@stdlib/stats/base/dmeanors]: calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.