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
@@ -62,7 +62,7 @@ The namespace contains the following statistical functions:
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
64
- <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>
65
-
- <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>
65
+
- <spanclass="signature">[`dmeanpn( N, x, strideX )`][@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>
66
66
- <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>
67
67
- <spanclass="signature">[`dmeanstdevpn( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.</span>
68
68
- <spanclass="signature">[`dmeanvar( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanvar]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mean and variance of a double-precision floating-point strided array.</span>
0 commit comments