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/ndarray/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ The namespace exposes the following APIs:
116
116
- <spanclass="signature">[`minabs( arrays )`][@stdlib/stats/base/ndarray/minabs]</span><spanclass="delimiter">: </span><spanclass="description">compute the minimum absolute value of a one-dimensional ndarray.</span>
117
117
- <spanclass="signature">[`minsorted( arrays )`][@stdlib/stats/base/ndarray/minsorted]</span><spanclass="delimiter">: </span><spanclass="description">compute the minimum value of a sorted one-dimensional ndarray.</span>
118
118
- <spanclass="signature">[`mskmax( arrays )`][@stdlib/stats/base/ndarray/mskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a one-dimensional ndarray according to a mask.</span>
119
+
- <spanclass="signature">[`mskmaxabs( arrays )`][@stdlib/stats/base/ndarray/mskmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a one-dimensional ndarray according to a mask.</span>
119
120
- <spanclass="signature">[`mskmidrange( arrays )`][@stdlib/stats/base/ndarray/mskmidrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a one-dimensional ndarray according to a mask.</span>
120
121
- <spanclass="signature">[`mskmin( arrays )`][@stdlib/stats/base/ndarray/mskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a one-dimensional ndarray according to a mask.</span>
121
122
- <spanclass="signature">[`mskrange( arrays )`][@stdlib/stats/base/ndarray/mskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a one-dimensional ndarray according to a mask.</span>
@@ -166,6 +167,7 @@ The namespace exposes the following APIs:
166
167
- <spanclass="signature">[`sminabs( arrays )`][@stdlib/stats/base/ndarray/sminabs]</span><spanclass="delimiter">: </span><spanclass="description">compute the minimum absolute value of a one-dimensional single-precision floating-point ndarray.</span>
167
168
- <spanclass="signature">[`sminsorted( arrays )`][@stdlib/stats/base/ndarray/sminsorted]</span><spanclass="delimiter">: </span><spanclass="description">compute the minimum value of a sorted one-dimensional single-precision floating-point ndarray.</span>
168
169
- <spanclass="signature">[`smskmax( arrays )`][@stdlib/stats/base/ndarray/smskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a one-dimensional single-precision floating-point ndarray according to a mask.</span>
170
+
- <spanclass="signature">[`smskmaxabs( arrays )`][@stdlib/stats/base/ndarray/smskmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a one-dimensional single-precision floating-point ndarray according to a mask.</span>
169
171
- <spanclass="signature">[`smskmidrange( arrays )`][@stdlib/stats/base/ndarray/smskmidrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a one-dimensional single-precision floating-point ndarray according to a mask.</span>
170
172
- <spanclass="signature">[`smskmin( arrays )`][@stdlib/stats/base/ndarray/smskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a one-dimensional single-precision floating-point ndarray according to a mask.</span>
171
173
- <spanclass="signature">[`smskrange( arrays )`][@stdlib/stats/base/ndarray/smskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a one-dimensional single-precision floating-point ndarray according to a mask.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/strided/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ The namespace exports the following:
86
86
- <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>
87
87
- <spanclass="signature">[`dminsorted( N, x, strideX )`][@stdlib/stats/strided/dminsorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a sorted double-precision floating-point strided array.</span>
88
88
- <spanclass="signature">[`dmskmax( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/dmskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a double-precision floating-point strided array according to a mask.</span>
89
+
- <spanclass="signature">[`dmskmaxabs( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/dmskmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a double-precision floating-point strided array according to a mask.</span>
89
90
- <spanclass="signature">[`dmskmidrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/dmskmidrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a double-precision floating-point strided array according to a mask.</span>
90
91
- <spanclass="signature">[`dmskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/dmskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a double-precision floating-point strided array according to a mask.</span>
91
92
- <spanclass="signature">[`dmskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/dmskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a double-precision floating-point strided array according to a mask.</span>
0 commit comments