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
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,11 +50,9 @@ The namespace contains the following functions:
50
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>
- <spanclass="signature">[`div( x, y )`][@stdlib/number/float64/base/div]</span><spanclass="delimiter">: </span><spanclass="description">divide two double-precision floating-point numbers.</span>
54
53
- <spanclass="signature">[`divf( x, y )`][@stdlib/math/base/ops/divf]</span><spanclass="delimiter">: </span><spanclass="description">divide two single-precision floating-point numbers.</span>
55
54
- <spanclass="signature">[`imul( a, b )`][@stdlib/math/base/ops/imul]</span><spanclass="delimiter">: </span><spanclass="description">perform C-like multiplication of two signed 32-bit integers.</span>
56
55
- <spanclass="signature">[`imuldw( a, b )`][@stdlib/math/base/ops/imuldw]</span><spanclass="delimiter">: </span><spanclass="description">compute the double word product of two signed 32-bit integers.</span>
57
-
- <spanclass="signature">[`mul( x, y )`][@stdlib/number/float64/base/mul]</span><spanclass="delimiter">: </span><spanclass="description">multiply two double-precision floating-point numbers.</span>
58
56
- <spanclass="signature">[`mulf( x, y )`][@stdlib/math/base/ops/mulf]</span><spanclass="delimiter">: </span><spanclass="description">multiply two single-precision floating-point numbers.</span>
59
57
- <spanclass="signature">[`sub( x, y )`][@stdlib/math/base/ops/sub]</span><spanclass="delimiter">: </span><spanclass="description">subtract two double-precision floating-point numbers.</span>
60
58
- <spanclass="signature">[`subf( x, y )`][@stdlib/math/base/ops/subf]</span><spanclass="delimiter">: </span><spanclass="description">subtract two single-precision floating-point numbers.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,18 +68,13 @@ The namespace contains the following statistical functions:
68
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>
69
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>
70
70
- <spanclass="signature">[`dmeanvarpn( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanvarpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.</span>
71
-
- <spanclass="signature">[`dmeanwd( N, x, strideX )`][@stdlib/stats/strided/dmeanwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.</span>
72
-
- <spanclass="signature">[`dmediansorted( N, x, strideX )`][@stdlib/stats/strided/dmediansorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the median value of a sorted double-precision floating-point strided array.</span>
73
-
- <spanclass="signature">[`dmidrange( N, x, strideX )`][@stdlib/stats/strided/dmidrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a double-precision floating-point strided array.</span>
74
-
- <spanclass="signature">[`dmin( N, x, strideX )`][@stdlib/stats/strided/dmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a double-precision floating-point strided array.</span>
75
-
- <spanclass="signature">[`dminabs( N, x, strideX )`][@stdlib/stats/strided/dminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a double-precision floating-point strided array.</span>
76
71
- <spanclass="signature">[`dminsorted( N, x, strideX )`][@stdlib/stats/base/dminsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a sorted double-precision floating-point strided array.</span>
77
72
- <spanclass="signature">[`dmskmax( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/dmskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a double-precision floating-point strided array according to a mask.</span>
78
73
- <spanclass="signature">[`dmskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/dmskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a double-precision floating-point strided array according to a mask.</span>
79
74
- <spanclass="signature">[`dmskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/dmskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a double-precision floating-point strided array according to a mask.</span>
80
75
- <spanclass="signature">[`dnanmax( N, x, strideX )`][@stdlib/stats/base/dnanmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a double-precision floating-point strided array, ignoring `NaN` values.</span>
81
76
- <spanclass="signature">[`dnanmaxabs( N, x, strideX )`][@stdlib/stats/base/dnanmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a double-precision floating-point strided array, ignoring `NaN` values.</span>
82
-
- <spanclass="signature">[`dnanmean( N, x, stride )`][@stdlib/stats/base/dnanmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring `NaN` values.</span>
77
+
- <spanclass="signature">[`dnanmean( N, x, strideX )`][@stdlib/stats/base/dnanmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring `NaN` values.</span>
83
78
- <spanclass="signature">[`dnanmeanors( N, x, strideX )`][@stdlib/stats/base/dnanmeanors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring `NaN` values and using ordinary recursive summation.</span>
84
79
- <spanclass="signature">[`dnanmeanpn( N, x, strideX )`][@stdlib/stats/base/dnanmeanpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring `NaN` values and using a two-pass error correction algorithm.</span>
85
80
- <spanclass="signature">[`dnanmeanpw( N, x, strideX )`][@stdlib/stats/base/dnanmeanpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring `NaN` values and using pairwise summation.</span>
@@ -99,7 +94,7 @@ The namespace contains the following statistical functions:
99
94
- <spanclass="signature">[`dnanvariance( N, correction, x, stride )`][@stdlib/stats/base/dnanvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array ignoring `NaN` values.</span>
100
95
- <spanclass="signature">[`dnanvariancech( N, correction, x, stride )`][@stdlib/stats/base/dnanvariancech]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array ignoring `NaN` values and using a one-pass trial mean algorithm.</span>
101
96
- <spanclass="signature">[`dnanvariancepn( N, correction, x, stride )`][@stdlib/stats/base/dnanvariancepn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array ignoring `NaN` values and using a two-pass algorithm.</span>
102
-
- <spanclass="signature">[`dnanvariancetk( N, correction, x, stride )`][@stdlib/stats/base/dnanvariancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array ignoring `NaN` values and using a one-pass textbook algorithm.</span>
97
+
- <spanclass="signature">[`dnanvariancetk( N, correction, x, strideX )`][@stdlib/stats/base/dnanvariancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array ignoring `NaN` values and using a one-pass textbook algorithm.</span>
103
98
- <spanclass="signature">[`dnanvariancewd( N, correction, x, stride )`][@stdlib/stats/base/dnanvariancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array ignoring `NaN` values and using Welford's algorithm.</span>
104
99
- <spanclass="signature">[`dnanvarianceyc( N, correction, x, stride )`][@stdlib/stats/base/dnanvarianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.</span>
105
100
- <spanclass="signature">[`drange( N, x, strideX )`][@stdlib/stats/base/drange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a double-precision floating-point strided array.</span>
0 commit comments