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/blas/ext/base/gsum/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
@@ -156,7 +156,7 @@ console.log( v );
156
156
- <spanclass="package-name">[`@stdlib/blas/ext/base/dsum`][@stdlib/blas/ext/base/dsum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of double-precision floating-point strided array elements.</span>
157
157
- <spanclass="package-name">[`@stdlib/blas/ext/base/gnansum`][@stdlib/blas/ext/base/gnansum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements, ignoring NaN values.</span>
158
158
- <spanclass="package-name">[`@stdlib/blas/ext/base/ssum`][@stdlib/blas/ext/base/ssum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements.</span>
159
-
- <spanclass="package-name">[`@stdlib/stats/base/mean`][@stdlib/stats/base/mean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array.</span>
159
+
- <spanclass="package-name">[`@stdlib/stats/strided/mean`][@stdlib/stats/strided/mean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array.</span>
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
@@ -71,7 +71,7 @@ The namespace contains the following statistical functions:
71
71
- <spanclass="signature">[`max( N, x, strideX )`][@stdlib/stats/strided/max]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array.</span>
72
72
- <spanclass="signature">[`maxabs( N, x, strideX )`][@stdlib/stats/strided/maxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a strided array.</span>
73
73
- <spanclass="signature">[`maxsorted( N, x, strideX )`][@stdlib/stats/strided/maxsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a sorted strided array.</span>
74
-
- <spanclass="signature">[`mean( N, x, strideX )`][@stdlib/stats/base/mean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array.</span>
74
+
- <spanclass="signature">[`mean( N, x, strideX )`][@stdlib/stats/strided/mean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array.</span>
75
75
- <spanclass="signature">[`meankbn( N, x, stride )`][@stdlib/stats/base/meankbn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array using an improved Kahan–Babuška algorithm.</span>
76
76
- <spanclass="signature">[`meankbn2( N, x, stride )`][@stdlib/stats/base/meankbn2]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array using a second-order iterative Kahan–Babuška algorithm.</span>
77
77
- <spanclass="signature">[`meanors( N, x, stride )`][@stdlib/stats/base/meanors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array using ordinary recursive summation.</span>
0 commit comments