You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ The namespace contains the following statistical functions:
118
118
- <spanclass="signature">[`dsemtk( N, correction, x, strideX )`][@stdlib/stats/base/dsemtk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard error of the mean of a double-precision floating-point strided array using a one-pass textbook algorithm.</span>
119
119
- <spanclass="signature">[`dsemwd( N, correction, x, strideX )`][@stdlib/stats/base/dsemwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard error of the mean of a double-precision floating-point strided array using Welford's algorithm.</span>
120
120
- <spanclass="signature">[`dsemyc( N, correction, x, strideX )`][@stdlib/stats/base/dsemyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard error of the mean of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
121
-
- <spanclass="signature">[`dsmean( N, x, stride )`][@stdlib/stats/base/dsmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.</span>
121
+
- <spanclass="signature">[`dsmean( N, x, strideX )`][@stdlib/stats/base/dsmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.</span>
122
122
- <spanclass="signature">[`dsmeanors( N, x, strideX )`][@stdlib/stats/base/dsmeanors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.</span>
123
123
- <spanclass="signature">[`dsmeanpn( N, x, strideX )`][@stdlib/stats/base/dsmeanpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.</span>
124
124
- <spanclass="signature">[`dsmeanpw( N, x, strideX )`][@stdlib/stats/base/dsmeanpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.</span>
@@ -157,7 +157,7 @@ The namespace contains the following statistical functions:
157
157
- <spanclass="signature">[`meanwd( N, x, stride )`][@stdlib/stats/base/meanwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array using Welford's algorithm.</span>
158
158
- <spanclass="signature">[`mediansorted( N, x, stride )`][@stdlib/stats/base/mediansorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the median value of a sorted strided array.</span>
159
159
- <spanclass="signature">[`minBy( N, x, stride, clbk[, thisArg] )`][@stdlib/stats/base/min-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array via a callback function.</span>
160
-
- <spanclass="signature">[`min( N, x, stride )`][@stdlib/stats/base/min]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array.</span>
160
+
- <spanclass="signature">[`min( N, x, strideX )`][@stdlib/stats/base/min]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array.</span>
161
161
- <spanclass="signature">[`minabs( N, x, stride )`][@stdlib/stats/base/minabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a strided array.</span>
162
162
- <spanclass="signature">[`minsorted( N, x, stride )`][@stdlib/stats/base/minsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a sorted strided array.</span>
163
163
- <spanclass="signature">[`mskmax( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/mskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array according to a mask.</span>
0 commit comments