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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The namespace contains the following statistical functions:
66
66
- <spanclass="signature">[`dcumin( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcumin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
67
67
- <spanclass="signature">[`dcuminabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcuminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.</span>
68
68
- <spanclass="signature">[`dmax( N, x, strideX )`][@stdlib/stats/base/dmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a double-precision floating-point strided array.</span>
69
-
- <spanclass="signature">[`dmaxabs( N, x, stride )`][@stdlib/stats/base/dmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a double-precision floating-point strided array.</span>
69
+
- <spanclass="signature">[`dmaxabs( N, x, strideX )`][@stdlib/stats/base/dmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a double-precision floating-point strided array.</span>
70
70
- <spanclass="signature">[`dmaxabssorted( N, x, stride )`][@stdlib/stats/base/dmaxabssorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a sorted double-precision floating-point strided array.</span>
71
71
- <spanclass="signature">[`dmaxsorted( N, x, stride )`][@stdlib/stats/base/dmaxsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a sorted double-precision floating-point strided array.</span>
72
72
- <spanclass="signature">[`dmean( N, x, stride )`][@stdlib/stats/base/dmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array.</span>
@@ -219,19 +219,19 @@ The namespace contains the following statistical functions:
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
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>
221
221
- <spanclass="signature">[`smidrange( N, x, stride )`][@stdlib/stats/base/smidrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a single-precision floating-point strided array.</span>
222
-
- <spanclass="signature">[`smin( N, x, stride )`][@stdlib/stats/base/smin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a single-precision floating-point strided array.</span>
223
-
- <spanclass="signature">[`sminabs( N, x, stride )`][@stdlib/stats/base/sminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a single-precision floating-point strided array.</span>
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
+
- <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
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>
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>
228
-
- <spanclass="signature">[`snanmax( N, x, stride )`][@stdlib/stats/base/snanmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
228
+
- <spanclass="signature">[`snanmax( N, x, strideX )`][@stdlib/stats/base/snanmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
229
229
- <spanclass="signature">[`snanmaxabs( N, x, stride )`][@stdlib/stats/base/snanmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
230
230
- <spanclass="signature">[`snanmean( N, x, stride )`][@stdlib/stats/base/snanmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values.</span>
231
231
- <spanclass="signature">[`snanmeanors( N, x, stride )`][@stdlib/stats/base/snanmeanors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values and using ordinary recursive summation.</span>
232
232
- <spanclass="signature">[`snanmeanpn( N, x, stride )`][@stdlib/stats/base/snanmeanpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values and using a two-pass error correction algorithm.</span>
233
233
- <spanclass="signature">[`snanmeanwd( N, x, stride )`][@stdlib/stats/base/snanmeanwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values and using Welford's algorithm.</span>
234
-
- <spanclass="signature">[`snanmin( N, x, stride )`][@stdlib/stats/base/snanmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
234
+
- <spanclass="signature">[`snanmin( N, x, strideX )`][@stdlib/stats/base/snanmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
235
235
- <spanclass="signature">[`snanminabs( N, x, stride )`][@stdlib/stats/base/snanminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
236
236
- <spanclass="signature">[`snanmskmax( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/snanmskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring `NaN` values.</span>
237
237
- <spanclass="signature">[`snanmskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/snanmskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a single-precision floating-point strided array according to a mask, ignoring `NaN` values.</span>
@@ -249,7 +249,7 @@ The namespace contains the following statistical functions:
249
249
- <spanclass="signature">[`snanvariancetk( N, correction, x, stride )`][@stdlib/stats/base/snanvariancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array ignoring `NaN` values and using a one-pass textbook algorithm.</span>
250
250
- <spanclass="signature">[`snanvariancewd( N, correction, x, stride )`][@stdlib/stats/base/snanvariancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array ignoring `NaN` values and using Welford's algorithm.</span>
251
251
- <spanclass="signature">[`snanvarianceyc( N, correction, x, stride )`][@stdlib/stats/base/snanvarianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.</span>
252
-
- <spanclass="signature">[`srange( N, x, stride )`][@stdlib/stats/base/srange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array.</span>
252
+
- <spanclass="signature">[`srange( N, x, strideX )`][@stdlib/stats/base/srange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array.</span>
253
253
- <spanclass="signature">[`sstdev( N, correction, x, stride )`][@stdlib/stats/base/sstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array.</span>
254
254
- <spanclass="signature">[`sstdevch( N, correction, x, stride )`][@stdlib/stats/base/sstdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.</span>
255
255
- <spanclass="signature">[`sstdevpn( N, correction, x, stride )`][@stdlib/stats/base/sstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.</span>
0 commit comments