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/math/base/ops/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ The namespace contains the following functions:
45
45
46
46
<divclass="namespace-toc">
47
47
48
-
- <spanclass="signature">[`addf( x, y )`][@stdlib/number/float32/base/add]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of two single-precision floating-point numbers.</span>
- <spanclass="signature">[`cneg( z )`][@stdlib/math/base/ops/cneg]</span><spanclass="delimiter">: </span><spanclass="description">negate a double-precision complex floating-point number.</span>
51
50
- <spanclass="signature">[`cnegf( z )`][@stdlib/math/base/ops/cnegf]</span><spanclass="delimiter">: </span><spanclass="description">negate a single-precision complex floating-point number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/README.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,12 +63,7 @@ The namespace contains the following statistical functions:
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">[`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>
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
-
- <spanclass="signature">[`dmeankbn2( N, x, strideX )`][@stdlib/stats/strided/dmeankbn2]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.</span>
67
-
- <spanclass="signature">[`dmeanli( N, x, strideX )`][@stdlib/stats/strided/dmeanli]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.</span>
68
-
- <spanclass="signature">[`dmeanlipw( N, x, strideX )`][@stdlib/stats/strided/dmeanlipw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.</span>
69
-
- <spanclass="signature">[`dmeanors( N, x, strideX )`][@stdlib/stats/strided/dmeanors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.</span>
70
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>
71
-
- <spanclass="signature">[`dmeanpw( N, x, strideX )`][@stdlib/stats/strided/dmeanpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.</span>
72
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>
73
68
- <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>
74
69
- <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