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
@@ -64,7 +64,7 @@ The namespace contains the following statistical functions:
64
64
- <spanclass="signature">[`nanmskmax( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/nanmskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array according to a mask, ignoring `NaN` values.</span>
65
65
- <spanclass="signature">[`nanmskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/nanmskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array according to a mask, ignoring `NaN` values.</span>
66
66
- <spanclass="signature">[`nanmskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/nanmskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array according to a mask, ignoring `NaN` values.</span>
67
-
- <spanclass="signature">[`nanrangeBy( N, x, stride, clbk[, thisArg] )`][@stdlib/stats/base/nanrange-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array via a callback function, ignoring `NaN` values.</span>
67
+
- <spanclass="signature">[`nanrangeBy( N, x, stride, clbk[, thisArg] )`][@stdlib/stats/strided/nanrange-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array via a callback function, ignoring `NaN` values.</span>
68
68
- <spanclass="signature">[`nanrange( N, x, strideX )`][@stdlib/stats/base/nanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array, ignoring `NaN` values.</span>
69
69
- <spanclass="signature">[`nanstdev( N, correction, x, strideX )`][@stdlib/stats/base/nanstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values.</span>
70
70
- <spanclass="signature">[`nanstdevch( N, correction, x, stride )`][@stdlib/stats/base/nanstdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values and using a one-pass trial mean algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/range-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
@@ -210,7 +210,7 @@ console.log( v );
210
210
- <spanclass="package-name">[`@stdlib/stats/strided/drange`][@stdlib/stats/strided/drange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a double-precision floating-point strided array.</span>
211
211
- <spanclass="package-name">[`@stdlib/stats/strided/max-by`][@stdlib/stats/strided/max-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array via a callback function.</span>
212
212
- <spanclass="package-name">[`@stdlib/stats/strided/min-by`][@stdlib/stats/strided/min-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array via a callback function.</span>
213
-
- <spanclass="package-name">[`@stdlib/stats/base/nanrange-by`][@stdlib/stats/base/nanrange-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array via a callback function, ignoring NaN values.</span>
213
+
- <spanclass="package-name">[`@stdlib/stats/strided/nanrange-by`][@stdlib/stats/strided/nanrange-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array via a callback function, ignoring NaN values.</span>
214
214
- <spanclass="package-name">[`@stdlib/stats/base/range`][@stdlib/stats/base/range]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array.</span>
215
215
- <spanclass="package-name">[`@stdlib/stats/strided/srange`][@stdlib/stats/strided/srange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array.</span>
0 commit comments