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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ The namespace contains the following statistical functions:
65
65
- <spanclass="signature">[`dcumaxabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcumaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.</span>
66
66
- <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>
67
67
- <spanclass="signature">[`dcuminabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcuminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.</span>
68
-
- <spanclass="signature">[`dmax( N, x, stride )`][@stdlib/stats/base/dmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a double-precision floating-point strided array.</span>
68
+
- <spanclass="signature">[`dmax( N, x, strideX )`][@stdlib/stats/base/dmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a double-precision floating-point strided array.</span>
69
69
- <spanclass="signature">[`dmaxabs( N, x, stride )`][@stdlib/stats/base/dmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a double-precision floating-point strided array.</span>
70
70
- <spanclass="signature">[`dmaxabssorted( N, x, stride )`][@stdlib/stats/base/dmaxabssorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a sorted double-precision floating-point strided array.</span>
71
71
- <spanclass="signature">[`dmaxsorted( N, x, stride )`][@stdlib/stats/base/dmaxsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a sorted double-precision floating-point strided array.</span>
0 commit comments