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
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ The namespace contains the following statistical functions:
193
193
- <spanclass="signature">[`smeanpw( N, x, strideX )`][@stdlib/stats/strided/smeanpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.</span>
194
194
- <spanclass="signature">[`smeanwd( N, x, strideX )`][@stdlib/stats/strided/smeanwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.</span>
195
195
- <spanclass="signature">[`smediansorted( N, x, strideX )`][@stdlib/stats/strided/smediansorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the median value of a sorted single-precision floating-point strided array.</span>
196
-
- <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>
196
+
- <spanclass="signature">[`smidrange( N, x, strideX )`][@stdlib/stats/strided/smidrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a single-precision floating-point strided array.</span>
197
197
- <spanclass="signature">[`smin( N, x, strideX )`][@stdlib/stats/strided/smin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a single-precision floating-point strided array.</span>
198
198
- <spanclass="signature">[`sminabs( N, x, strideX )`][@stdlib/stats/strided/sminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a single-precision floating-point strided array.</span>
199
199
- <spanclass="signature">[`sminsorted( N, x, strideX )`][@stdlib/stats/strided/sminsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a sorted single-precision floating-point strided array.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/dmidrange/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,7 @@ int main( void ) {
276
276
- <span class="package-name">[`@stdlib/stats/base/dmean`][@stdlib/stats/base/dmean]</span><span class="delimiter">: </span><span class="description">calculate the arithmetic mean of a double-precision floating-point strided array.</span>
277
277
- <span class="package-name">[`@stdlib/stats/strided/dmin`][@stdlib/stats/strided/dmin]</span><span class="delimiter">: </span><span class="description">calculate the minimum value of a double-precision floating-point strided array.</span>
278
278
- <span class="package-name">[`@stdlib/stats/strided/drange`][@stdlib/stats/strided/drange]</span><span class="delimiter">: </span><span class="description">calculate the range of a double-precision floating-point strided array.</span>
279
-
- <span class="package-name">[`@stdlib/stats/base/smidrange`][@stdlib/stats/base/smidrange]</span><span class="delimiter">: </span><span class="description">calculate the mid-range of a single-precision floating-point strided array.</span>
279
+
- <span class="package-name">[`@stdlib/stats/strided/smidrange`][@stdlib/stats/strided/smidrange]</span><span class="delimiter">: </span><span class="description">calculate the mid-range of a single-precision floating-point strided array.</span>
0 commit comments