From 80da2ccefe46aa5503ebfab915f07dbf9b15cae6 Mon Sep 17 00:00:00 2001 From: Planeshifter <1913638+Planeshifter@users.noreply.github.com> Date: Tue, 25 Mar 2025 02:42:28 +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 9b5e19d52241..0b111e319c2a 100644 --- a/lib/node_modules/@stdlib/stats/base/README.md +++ b/lib/node_modules/@stdlib/stats/base/README.md @@ -158,7 +158,7 @@ The namespace contains the following statistical functions: - [`nanmskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/nanmskmin]: calculate the minimum value of a strided array according to a mask, ignoring `NaN` values. - [`nanmskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/nanmskrange]: calculate the range of a strided array according to a mask, ignoring `NaN` values. - [`nanrangeBy( N, x, stride, clbk[, thisArg] )`][@stdlib/stats/base/nanrange-by]: calculate the range of a strided array via a callback function, ignoring `NaN` values. -- [`nanrange( N, x, stride )`][@stdlib/stats/base/nanrange]: calculate the range of a strided array, ignoring `NaN` values. +- [`nanrange( N, x, strideX )`][@stdlib/stats/base/nanrange]: calculate the range of a strided array, ignoring `NaN` values. - [`nanstdev( N, correction, x, stride )`][@stdlib/stats/base/nanstdev]: calculate the standard deviation of a strided array ignoring `NaN` values. - [`nanstdevch( N, correction, x, stride )`][@stdlib/stats/base/nanstdevch]: calculate the standard deviation of a strided array ignoring `NaN` values and using a one-pass trial mean algorithm. - [`nanstdevpn( N, correction, x, stride )`][@stdlib/stats/base/nanstdevpn]: calculate the standard deviation of a strided array ignoring `NaN` values and using a two-pass algorithm.