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
- [`e616ec3`](https://github.com/stdlib-js/stdlib/commit/e616ec3c2b724c7b94937c8b892f54d5ef437719) - **docs:** capitalize `Pearson` and close backtick in `stats/strided/dpcorrwd` [(#11515)](https://github.com/stdlib-js/stdlib/pull/11515) _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: base/ndarray/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
@@ -119,6 +119,7 @@ The namespace exposes the following APIs:
119
119
- <spanclass="signature">[`mediansorted( arrays )`][@stdlib/stats/base/ndarray/mediansorted]</span><spanclass="delimiter">: </span><spanclass="description">compute the median value of a sorted one-dimensional ndarray.</span>
120
120
- <spanclass="signature">[`midrangeBy( arrays, clbk[, thisArg ] )`][@stdlib/stats/base/ndarray/midrange-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a one-dimensional ndarray via a callback function.</span>
121
121
- <spanclass="signature">[`midrange( arrays )`][@stdlib/stats/base/ndarray/midrange]</span><spanclass="delimiter">: </span><spanclass="description">compute the mid-range of a one-dimensional ndarray.</span>
122
+
- <spanclass="signature">[`midrangeabs( arrays )`][@stdlib/stats/base/ndarray/midrangeabs]</span><spanclass="delimiter">: </span><spanclass="description">compute the mid-range of absolute values of a one-dimensional ndarray.</span>
122
123
- <spanclass="signature">[`minBy( arrays, clbk[, thisArg ] )`][@stdlib/stats/base/ndarray/min-by]</span><spanclass="delimiter">: </span><spanclass="description">compute the minimum value of a one-dimensional ndarray via a callback function.</span>
123
124
- <spanclass="signature">[`min( arrays )`][@stdlib/stats/base/ndarray/min]</span><spanclass="delimiter">: </span><spanclass="description">compute the minimum value of a one-dimensional ndarray.</span>
124
125
- <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>
Copy file name to clipboardExpand all lines: strided/README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,6 @@ The namespace exports the following:
90
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>
91
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>
92
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>
93
-
- <spanclass="signature">[`dnancount( N, x, strideX )`][@stdlib/stats/strided/dnancount]</span><spanclass="delimiter">: </span><spanclass="description">calculate the number of non-`NaN` elements in a double-precision floating-point strided array.</span>
94
93
- <spanclass="signature">[`dnanmax( N, x, strideX )`][@stdlib/stats/strided/dnanmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a double-precision floating-point strided array, ignoring `NaN` values.</span>
95
94
- <spanclass="signature">[`dnanmaxabs( N, x, strideX )`][@stdlib/stats/strided/dnanmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a double-precision floating-point strided array, ignoring `NaN` values.</span>
96
95
- <spanclass="signature">[`dnanmean( N, x, strideX )`][@stdlib/stats/strided/dnanmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array, ignoring `NaN` values.</span>
@@ -172,6 +171,7 @@ The namespace exports the following:
172
171
- <spanclass="signature">[`mediansorted( N, x, strideX )`][@stdlib/stats/strided/mediansorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the median value of a sorted strided array.</span>
173
172
- <spanclass="signature">[`midrangeBy( N, x, strideX, clbk[, thisArg] )`][@stdlib/stats/strided/midrange-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a strided array via a callback function.</span>
174
173
- <spanclass="signature">[`midrange( N, x, strideX )`][@stdlib/stats/strided/midrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a strided array.</span>
174
+
- <spanclass="signature">[`midrangeabs( N, x, strideX )`][@stdlib/stats/strided/midrangeabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of absolute values of a strided array.</span>
175
175
- <spanclass="signature">[`minBy( N, x, strideX, clbk[, thisArg] )`][@stdlib/stats/strided/min-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array via a callback function.</span>
176
176
- <spanclass="signature">[`min( N, x, strideX )`][@stdlib/stats/strided/min]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array.</span>
177
177
- <spanclass="signature">[`minabs( N, x, strideX )`][@stdlib/stats/strided/minabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a strided array.</span>
@@ -182,7 +182,6 @@ The namespace exports the following:
182
182
- <spanclass="signature">[`mskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/mskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array according to a mask.</span>
183
183
- <spanclass="signature">[`mskminabs( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/mskminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a strided array according to a mask.</span>
184
184
- <spanclass="signature">[`mskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/mskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array according to a mask.</span>
185
-
- <spanclass="signature">[`nancount( N, x, strideX )`][@stdlib/stats/strided/nancount]</span><spanclass="delimiter">: </span><spanclass="description">calculate the number of non-`NaN` elements in a strided array.</span>
186
185
- <spanclass="signature">[`nanmaxBy( N, x, strideX, clbk[, thisArg] )`][@stdlib/stats/strided/nanmax-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array via a callback function, ignoring `NaN` values.</span>
187
186
- <spanclass="signature">[`nanmax( N, x, strideX )`][@stdlib/stats/strided/nanmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array, ignoring `NaN` values.</span>
188
187
- <spanclass="signature">[`nanmaxabs( N, x, strideX )`][@stdlib/stats/strided/nanmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a strided array, ignoring `NaN` values.</span>
@@ -248,7 +247,6 @@ The namespace exports the following:
248
247
- <spanclass="signature">[`smskmidrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/smskmidrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a single-precision floating-point strided array according to a mask.</span>
249
248
- <spanclass="signature">[`smskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/smskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a single-precision floating-point strided array according to a mask.</span>
250
249
- <spanclass="signature">[`smskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/strided/smskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array according to a mask.</span>
251
-
- <spanclass="signature">[`snancount( N, x, strideX )`][@stdlib/stats/strided/snancount]</span><spanclass="delimiter">: </span><spanclass="description">calculate the number of non-`NaN` elements in a single-precision floating-point strided array.</span>
252
250
- <spanclass="signature">[`snanmax( N, x, strideX )`][@stdlib/stats/strided/snanmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
253
251
- <spanclass="signature">[`snanmaxabs( N, x, strideX )`][@stdlib/stats/strided/snanmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
254
252
- <spanclass="signature">[`snanmean( N, x, strideX )`][@stdlib/stats/strided/snanmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values.</span>
0 commit comments