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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ The namespace exposes the following APIs:
90
90
- <spanclass="signature">[`dnanmskrange( arrays )`][@stdlib/stats/base/ndarray/dnanmskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a one-dimensional double-precision floating-point ndarray according to a mask, ignoring `NaN` values.</span>
91
91
- <spanclass="signature">[`dnanrange( arrays )`][@stdlib/stats/base/ndarray/dnanrange]</span><spanclass="delimiter">: </span><spanclass="description">compute the range of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values.</span>
92
92
- <spanclass="signature">[`drange( arrays )`][@stdlib/stats/base/ndarray/drange]</span><spanclass="delimiter">: </span><spanclass="description">compute the range of a one-dimensional double-precision floating-point ndarray.</span>
93
+
- <spanclass="signature">[`drangeabs( arrays )`][@stdlib/stats/base/ndarray/drangeabs]</span><spanclass="delimiter">: </span><spanclass="description">compute the range of absolute values of a one-dimensional double-precision floating-point ndarray.</span>
93
94
- <spanclass="signature">[`dstdev( arrays )`][@stdlib/stats/base/ndarray/dstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a one-dimensional double-precision floating-point ndarray.</span>
94
95
- <spanclass="signature">[`dstdevch( arrays )`][@stdlib/stats/base/ndarray/dstdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a one-dimensional double-precision floating-point ndarray using a one-pass trial mean algorithm.</span>
95
96
- <spanclass="signature">[`dstdevpn( arrays )`][@stdlib/stats/base/ndarray/dstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a one-dimensional double-precision floating-point ndarray using a two-pass algorithm.</span>
@@ -137,6 +138,7 @@ The namespace exposes the following APIs:
137
138
- <spanclass="signature">[`nanrange( arrays )`][@stdlib/stats/base/ndarray/nanrange]</span><spanclass="delimiter">: </span><spanclass="description">compute the range of a one-dimensional ndarray, ignoring `NaN` values.</span>
138
139
- <spanclass="signature">[`rangeBy( arrays, clbk[, thisArg ] )`][@stdlib/stats/base/ndarray/range-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a one-dimensional ndarray via a callback function.</span>
139
140
- <spanclass="signature">[`range( arrays )`][@stdlib/stats/base/ndarray/range]</span><spanclass="delimiter">: </span><spanclass="description">compute the range of a one-dimensional ndarray.</span>
141
+
- <spanclass="signature">[`rangeabs( arrays )`][@stdlib/stats/base/ndarray/rangeabs]</span><spanclass="delimiter">: </span><spanclass="description">compute the range of absolute values of a one-dimensional ndarray.</span>
140
142
- <spanclass="signature">[`scovarmtk( arrays )`][@stdlib/stats/base/ndarray/scovarmtk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the covariance of two one-dimensional single-precision floating-point ndarrays provided known means and using a one-pass textbook algorithm.</span>
141
143
- <spanclass="signature">[`scumax( arrays )`][@stdlib/stats/base/ndarray/scumax]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.</span>
142
144
- <spanclass="signature">[`scumaxabs( arrays )`][@stdlib/stats/base/ndarray/scumaxabs]</span><spanclass="delimiter">: </span><spanclass="description">compute the cumulative maximum absolute value of a one-dimensional single-precision floating-point ndarray.</span>
@@ -181,6 +183,7 @@ The namespace exposes the following APIs:
181
183
- <spanclass="signature">[`snanmskrange( arrays )`][@stdlib/stats/base/ndarray/snanmskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a one-dimensional single-precision floating-point ndarray according to a mask, ignoring `NaN` values.</span>
182
184
- <spanclass="signature">[`snanrange( arrays )`][@stdlib/stats/base/ndarray/snanrange]</span><spanclass="delimiter">: </span><spanclass="description">compute the range of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.</span>
183
185
- <spanclass="signature">[`srange( arrays )`][@stdlib/stats/base/ndarray/srange]</span><spanclass="delimiter">: </span><spanclass="description">compute the range of a one-dimensional single-precision floating-point ndarray.</span>
186
+
- <spanclass="signature">[`srangeabs( arrays )`][@stdlib/stats/base/ndarray/srangeabs]</span><spanclass="delimiter">: </span><spanclass="description">compute the range of absolute values of a one-dimensional single-precision floating-point ndarray.</span>
184
187
- <spanclass="signature">[`sstdev( arrays )`][@stdlib/stats/base/ndarray/sstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a one-dimensional single-precision floating-point ndarray.</span>
185
188
- <spanclass="signature">[`sstdevch( arrays )`][@stdlib/stats/base/ndarray/sstdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a one-dimensional single-precision floating-point ndarray using a one-pass trial mean algorithm.</span>
186
189
- <spanclass="signature">[`sstdevpn( arrays )`][@stdlib/stats/base/ndarray/sstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a one-dimensional single-precision floating-point ndarray using a two-pass algorithm.</span>
0 commit comments