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
@@ -69,7 +69,7 @@ The namespace contains the following statistical functions:
69
69
- <spanclass="signature">[`dvarmpn( N, mean, correction, x, stride )`][@stdlib/stats/base/dvarmpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.</span>
70
70
- <spanclass="signature">[`maxBy( N, x, strideX, clbk[, thisArg] )`][@stdlib/stats/strided/max-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array via a callback function.</span>
71
71
- <spanclass="signature">[`max( N, x, strideX )`][@stdlib/stats/base/max]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array.</span>
72
-
- <spanclass="signature">[`maxabs( N, x, strideX )`][@stdlib/stats/base/maxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a strided array.</span>
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/base/maxsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a sorted strided array.</span>
74
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>
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>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/minabs/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
@@ -148,7 +148,7 @@ console.log( v );
148
148
## See Also
149
149
150
150
- <spanclass="package-name">[`@stdlib/stats/strided/dminabs`][@stdlib/stats/strided/dminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a double-precision floating-point strided array.</span>
151
-
- <spanclass="package-name">[`@stdlib/stats/base/maxabs`][@stdlib/stats/base/maxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a strided array.</span>
151
+
- <spanclass="package-name">[`@stdlib/stats/strided/maxabs`][@stdlib/stats/strided/maxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a strided array.</span>
152
152
- <spanclass="package-name">[`@stdlib/stats/base/min`][@stdlib/stats/base/min]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array.</span>
153
153
- <spanclass="package-name">[`@stdlib/stats/base/nanminabs`][@stdlib/stats/base/nanminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a strided array, ignoring NaN values.</span>
154
154
- <spanclass="package-name">[`@stdlib/stats/strided/sminabs`][@stdlib/stats/strided/sminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a single-precision floating-point strided array.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/nanmaxabs/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
@@ -155,7 +155,7 @@ console.log( v );
155
155
## See Also
156
156
157
157
- <spanclass="package-name">[`@stdlib/stats/strided/dnanmaxabs`][@stdlib/stats/strided/dnanmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.</span>
158
-
- <spanclass="package-name">[`@stdlib/stats/base/maxabs`][@stdlib/stats/base/maxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a strided array.</span>
158
+
- <spanclass="package-name">[`@stdlib/stats/strided/maxabs`][@stdlib/stats/strided/maxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a strided array.</span>
159
159
- <spanclass="package-name">[`@stdlib/stats/base/nanmax`][@stdlib/stats/base/nanmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array, ignoring NaN values.</span>
160
160
- <spanclass="package-name">[`@stdlib/stats/base/nanminabs`][@stdlib/stats/base/nanminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a strided array, ignoring NaN values.</span>
161
161
- <spanclass="package-name">[`@stdlib/stats/strided/snanmaxabs`][@stdlib/stats/strided/snanmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/dmaxabs/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
@@ -273,7 +273,7 @@ int main( void ) {
273
273
- <span class="package-name">[`@stdlib/stats/strided/dmax`][@stdlib/stats/strided/dmax]</span><span class="delimiter">: </span><span class="description">calculate the maximum value of a double-precision floating-point strided array.</span>
274
274
- <span class="package-name">[`@stdlib/stats/strided/dminabs`][@stdlib/stats/strided/dminabs]</span><span class="delimiter">: </span><span class="description">calculate the minimum absolute value of a double-precision floating-point strided array.</span>
275
275
- <span class="package-name">[`@stdlib/stats/strided/dnanmaxabs`][@stdlib/stats/strided/dnanmaxabs]</span><span class="delimiter">: </span><span class="description">calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.</span>
276
-
- <span class="package-name">[`@stdlib/stats/base/maxabs`][@stdlib/stats/base/maxabs]</span><span class="delimiter">: </span><span class="description">calculate the maximum absolute value of a strided array.</span>
276
+
- <span class="package-name">[`@stdlib/stats/strided/maxabs`][@stdlib/stats/strided/maxabs]</span><span class="delimiter">: </span><span class="description">calculate the maximum absolute value of a strided array.</span>
277
277
- <span class="package-name">[`@stdlib/stats/strided/smaxabs`][@stdlib/stats/strided/smaxabs]</span><span class="delimiter">: </span><span class="description">calculate the maximum absolute value of a single-precision floating-point strided array.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/smaxabs/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
@@ -272,7 +272,7 @@ int main( void ) {
272
272
## See Also
273
273
274
274
- <span class="package-name">[`@stdlib/stats/strided/dmaxabs`][@stdlib/stats/strided/dmaxabs]</span><span class="delimiter">: </span><span class="description">calculate the maximum absolute value of a double-precision floating-point strided array.</span>
275
-
- <span class="package-name">[`@stdlib/stats/base/maxabs`][@stdlib/stats/base/maxabs]</span><span class="delimiter">: </span><span class="description">calculate the maximum absolute value of a strided array.</span>
275
+
- <span class="package-name">[`@stdlib/stats/strided/maxabs`][@stdlib/stats/strided/maxabs]</span><span class="delimiter">: </span><span class="description">calculate the maximum absolute value of a strided array.</span>
276
276
- <span class="package-name">[`@stdlib/stats/strided/smax`][@stdlib/stats/strided/smax]</span><span class="delimiter">: </span><span class="description">calculate the maximum value of a single-precision floating-point strided array.</span>
277
277
- <span class="package-name">[`@stdlib/stats/strided/sminabs`][@stdlib/stats/strided/sminabs]</span><span class="delimiter">: </span><span class="description">calculate the minimum absolute value of a single-precision floating-point strided array.</span>
278
278
- <span class="package-name">[`@stdlib/stats/strided/snanmaxabs`][@stdlib/stats/strided/snanmaxabs]</span><span class="delimiter">: </span><span class="description">calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.</span>
0 commit comments