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
+3-3
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ The namespace contains the following statistical functions:
96
96
- <spanclass="signature">[`dnanmeanors( N, x, stride )`][@stdlib/stats/base/dnanmeanors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring `NaN` values and using ordinary recursive summation.</span>
97
97
- <spanclass="signature">[`dnanmeanpn( N, x, stride )`][@stdlib/stats/base/dnanmeanpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring `NaN` values and using a two-pass error correction algorithm.</span>
98
98
- <spanclass="signature">[`dnanmeanpw( N, x, stride )`][@stdlib/stats/base/dnanmeanpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring `NaN` values and using pairwise summation.</span>
99
-
- <spanclass="signature">[`dnanmeanwd( N, x, stride )`][@stdlib/stats/base/dnanmeanwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring `NaN` values.</span>
99
+
- <spanclass="signature">[`dnanmeanwd( N, x, strideX )`][@stdlib/stats/base/dnanmeanwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring `NaN` values.</span>
100
100
- <spanclass="signature">[`dnanmin( N, x, strideX )`][@stdlib/stats/base/dnanmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a double-precision floating-point strided array, ignoring `NaN` values.</span>
101
101
- <spanclass="signature">[`dnanminabs( N, x, strideX )`][@stdlib/stats/base/dnanminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a double-precision floating-point strided array, ignoring `NaN` values.</span>
102
102
- <spanclass="signature">[`dnanmskmax( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/dnanmskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring `NaN` values.</span>
@@ -217,11 +217,11 @@ The namespace contains the following statistical functions:
217
217
- <spanclass="signature">[`smeanpn( N, x, stride )`][@stdlib/stats/base/smeanpn]</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.</span>
218
218
- <spanclass="signature">[`smeanpw( N, x, stride )`][@stdlib/stats/base/smeanpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.</span>
219
219
- <spanclass="signature">[`smeanwd( N, x, stride )`][@stdlib/stats/base/smeanwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.</span>
220
-
- <spanclass="signature">[`smediansorted( N, x, stride )`][@stdlib/stats/base/smediansorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the median value of a sorted single-precision floating-point strided array.</span>
220
+
- <spanclass="signature">[`smediansorted( N, x, strideX )`][@stdlib/stats/base/smediansorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the median value of a sorted single-precision floating-point strided array.</span>
221
221
- <spanclass="signature">[`smidrange( N, x, strideX )`][@stdlib/stats/base/smidrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a single-precision floating-point strided array.</span>
222
222
- <spanclass="signature">[`smin( N, x, strideX )`][@stdlib/stats/base/smin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a single-precision floating-point strided array.</span>
223
223
- <spanclass="signature">[`sminabs( N, x, strideX )`][@stdlib/stats/base/sminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a single-precision floating-point strided array.</span>
224
-
- <spanclass="signature">[`sminsorted( N, x, stride )`][@stdlib/stats/base/sminsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a sorted single-precision floating-point strided array.</span>
224
+
- <spanclass="signature">[`sminsorted( N, x, strideX )`][@stdlib/stats/base/sminsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a sorted single-precision floating-point strided array.</span>
225
225
- <spanclass="signature">[`smskmax( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/smskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a single-precision floating-point strided array according to a mask.</span>
226
226
- <spanclass="signature">[`smskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/smskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a single-precision floating-point strided array according to a mask.</span>
227
227
- <spanclass="signature">[`smskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/smskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array according to a mask.</span>
0 commit comments