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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The namespace contains the following statistical functions:
79
79
- <spanclass="signature">[`nanvariancewd( N, correction, x, strideX )`][@stdlib/stats/base/nanvariancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array ignoring `NaN` values and using Welford's algorithm.</span>
80
80
- <spanclass="signature">[`nanvarianceyc( N, correction, x, strideX )`][@stdlib/stats/base/nanvarianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.</span>
- <spanclass="signature">[`rangeBy( N, x, stride, clbk[, thisArg] )`][@stdlib/stats/base/range-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array via a callback function.</span>
82
+
- <spanclass="signature">[`rangeBy( N, x, stride, clbk[, thisArg] )`][@stdlib/stats/strided/range-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array via a callback function.</span>
83
83
- <spanclass="signature">[`range( N, x, strideX )`][@stdlib/stats/base/range]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array.</span>
84
84
- <spanclass="signature">[`sdsnanmean( N, x, stride )`][@stdlib/stats/base/sdsnanmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values and using extended accumulation.</span>
85
85
- <spanclass="signature">[`sdsnanmeanors( N, x, stride )`][@stdlib/stats/base/sdsnanmeanors]</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 with extended accumulation.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/nanrange-by/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,7 @@ console.log( v );
219
219
- <spanclass="package-name">[`@stdlib/stats/strided/nanmax-by`][@stdlib/stats/strided/nanmax-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array via a callback function, ignoring NaN values.</span>
220
220
- <spanclass="package-name">[`@stdlib/stats/strided/nanmin-by`][@stdlib/stats/strided/nanmin-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array via a callback function, ignoring NaN values.</span>
221
221
- <spanclass="package-name">[`@stdlib/stats/strided/nanrange`][@stdlib/stats/strided/nanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array, ignoring NaN values.</span>
222
-
- <spanclass="package-name">[`@stdlib/stats/base/range-by`][@stdlib/stats/base/range-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array via a callback function.</span>
222
+
- <spanclass="package-name">[`@stdlib/stats/strided/range-by`][@stdlib/stats/strided/range-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array via a callback function.</span>
223
223
- <spanclass="package-name">[`@stdlib/stats/strided/snanrange`][@stdlib/stats/strided/snanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array, ignoring NaN values.</span>
0 commit comments