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
@@ -61,7 +61,7 @@ The namespace contains the following statistical functions:
61
61
- <spanclass="signature">[`cumaxabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/cumaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative maximum absolute value of a strided array.</span>
62
62
- <spanclass="signature">[`cumin( N, x, strideX, y, strideY )`][@stdlib/stats/base/cumin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum of a strided array.</span>
63
63
- <spanclass="signature">[`cuminabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/cuminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum absolute value of a strided array.</span>
64
-
- <spanclass="signature">[`dcumin( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcumin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
64
+
- <spanclass="signature">[`dcumin( N, x, strideX, y, strideY )`][@stdlib/stats/strided/dcumin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
65
65
- <spanclass="signature">[`dmean( N, x, stride )`][@stdlib/stats/base/dmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array.</span>
66
66
- <spanclass="signature">[`dmeanpn( N, x, stride )`][@stdlib/stats/base/dmeanpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.</span>
67
67
- <spanclass="signature">[`dmeanstdev( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mean and standard deviation of a double-precision floating-point strided array.</span>
- If `N <= 0`, both functions return `y` unchanged.
124
-
- Depending on the environment, the typed versions ([`dcumin`][@stdlib/stats/base/dcumin], [`scumin`][@stdlib/stats/strided/scumin], etc.) are likely to be significantly more performant.
124
+
- Depending on the environment, the typed versions ([`dcumin`][@stdlib/stats/strided/dcumin], [`scumin`][@stdlib/stats/strided/scumin], etc.) are likely to be significantly more performant.
125
125
- Both functions support array-like objects having getter and setter accessors for array element access (e.g., [`@stdlib/array/base/accessor`][@stdlib/array/base/accessor]).
126
126
127
127
</section>
@@ -169,7 +169,7 @@ console.log( y );
169
169
## See Also
170
170
171
171
- <spanclass="package-name">[`@stdlib/stats/base/cumax`][@stdlib/stats/base/cumax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative maximum of a strided array.</span>
172
-
- <spanclass="package-name">[`@stdlib/stats/base/dcumin`][@stdlib/stats/base/dcumin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
172
+
- <spanclass="package-name">[`@stdlib/stats/strided/dcumin`][@stdlib/stats/strided/dcumin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
173
173
- <spanclass="package-name">[`@stdlib/stats/strided/scumin`][@stdlib/stats/strided/scumin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum of single-precision floating-point strided array elements.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/dcumax/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
@@ -302,7 +302,7 @@ int main( void ) {
302
302
## See Also
303
303
304
304
- <span class="package-name">[`@stdlib/stats/base/cumax`][@stdlib/stats/base/cumax]</span><span class="delimiter">: </span><span class="description">calculate the cumulative maximum of a strided array.</span>
305
-
- <span class="package-name">[`@stdlib/stats/base/dcumin`][@stdlib/stats/base/dcumin]</span><span class="delimiter">: </span><span class="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
305
+
- <span class="package-name">[`@stdlib/stats/strided/dcumin`][@stdlib/stats/strided/dcumin]</span><span class="delimiter">: </span><span class="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
306
306
- <span class="package-name">[`@stdlib/stats/strided/scumax`][@stdlib/stats/strided/scumax]</span><span class="delimiter">: </span><span class="description">calculate the cumulative maximum of single-precision floating-point strided array elements.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/dcuminabs/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
@@ -305,7 +305,7 @@ int main( void ) {
305
305
306
306
- <span class="package-name">[`@stdlib/stats/base/cuminabs`][@stdlib/stats/base/cuminabs]</span><span class="delimiter">: </span><span class="description">calculate the cumulative minimum absolute value of a strided array.</span>
307
307
- <span class="package-name">[`@stdlib/stats/strided/dcumaxabs`][@stdlib/stats/strided/dcumaxabs]</span><span class="delimiter">: </span><span class="description">calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.</span>
308
-
- <span class="package-name">[`@stdlib/stats/base/dcumin`][@stdlib/stats/base/dcumin]</span><span class="delimiter">: </span><span class="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
308
+
- <span class="package-name">[`@stdlib/stats/strided/dcumin`][@stdlib/stats/strided/dcumin]</span><span class="delimiter">: </span><span class="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
309
309
- <span class="package-name">[`@stdlib/stats/strided/scuminabs`][@stdlib/stats/strided/scuminabs]</span><span class="delimiter">: </span><span class="description">calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/scumin/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
@@ -301,7 +301,7 @@ int main( void ) {
301
301
## See Also
302
302
303
303
- <span class="package-name">[`@stdlib/stats/base/cumin`][@stdlib/stats/base/cumin]</span><span class="delimiter">: </span><span class="description">calculate the cumulative minimum of a strided array.</span>
304
-
- <span class="package-name">[`@stdlib/stats/base/dcumin`][@stdlib/stats/base/dcumin]</span><span class="delimiter">: </span><span class="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
304
+
- <span class="package-name">[`@stdlib/stats/strided/dcumin`][@stdlib/stats/strided/dcumin]</span><span class="delimiter">: </span><span class="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
305
305
- <span class="package-name">[`@stdlib/stats/strided/scumax`][@stdlib/stats/strided/scumax]</span><span class="delimiter">: </span><span class="description">calculate the cumulative maximum of single-precision floating-point strided array elements.</span>
0 commit comments