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/_tools/eslint/rules/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
@@ -58,6 +58,7 @@ var eslint = rules;
58
58
- <spanclass="signature">[`empty-line-before-comment`][@stdlib/_tools/eslint/rules/empty-line-before-comment]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce empty lines before comments.</span>
59
59
- <spanclass="signature">[`eol-open-bracket-spacing`][@stdlib/_tools/eslint/rules/eol-open-bracket-spacing]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that no spaces are present between an opening parenthesis or bracket and a nested object or array expression at the end of a line.</span>
60
60
- <spanclass="signature">[`first-unit-test`][@stdlib/_tools/eslint/rules/first-unit-test]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that a tape file starts with the expected test.</span>
61
+
- <spanclass="signature">[`line-closing-bracket-spacing`][@stdlib/_tools/eslint/rules/line-closing-bracket-spacing]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that no spaces are present between a closing parenthesis or bracket and a nested object or array expression at the beginning of a line.</span>
61
62
- <spanclass="signature">[`module-exports-last`][@stdlib/_tools/eslint/rules/module-exports-last]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that export statements appear at the end of a file.</span>
62
63
- <spanclass="signature">[`namespace-export-all`][@stdlib/_tools/eslint/rules/namespace-export-all]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that a namespace `index.js` exports all packages in the respective namespace directory.</span>
63
64
- <spanclass="signature">[`namespace-index-order`][@stdlib/_tools/eslint/rules/namespace-index-order]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that modules in a namespace `index.js` file are listed in alphabetical order according to module name.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ The namespace contains the following statistical functions:
102
102
- <spanclass="signature">[`dnanmskmax( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/dnanmskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring `NaN` values.</span>
103
103
- <spanclass="signature">[`dnanmskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/dnanmskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a double-precision floating-point strided array according to a mask, ignoring `NaN` values.</span>
104
104
- <spanclass="signature">[`dnanmskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/dnanmskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a double-precision floating-point strided array according to a mask, ignoring `NaN` values.</span>
105
-
- <spanclass="signature">[`dnanrange( N, x, stride )`][@stdlib/stats/base/dnanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a double-precision floating-point strided array, ignoring `NaN` values.</span>
105
+
- <spanclass="signature">[`dnanrange( N, x, strideX )`][@stdlib/stats/base/dnanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a double-precision floating-point strided array, ignoring `NaN` values.</span>
106
106
- <spanclass="signature">[`dnanstdev( N, correction, x, stride )`][@stdlib/stats/base/dnanstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array ignoring `NaN` values.</span>
107
107
- <spanclass="signature">[`dnanstdevch( N, correction, x, stride )`][@stdlib/stats/base/dnanstdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array ignoring `NaN` values and using a one-pass trial mean algorithm.</span>
108
108
- <spanclass="signature">[`dnanstdevpn( N, correction, x, stride )`][@stdlib/stats/base/dnanstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array ignoring `NaN` values and using a two-pass algorithm.</span>
@@ -226,17 +226,17 @@ The namespace contains the following statistical functions:
226
226
- <spanclass="signature">[`smskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/smskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a single-precision floating-point strided array according to a mask.</span>
227
227
- <spanclass="signature">[`smskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/smskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array according to a mask.</span>
228
228
- <spanclass="signature">[`snanmax( N, x, strideX )`][@stdlib/stats/base/snanmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
229
-
- <spanclass="signature">[`snanmaxabs( N, x, stride )`][@stdlib/stats/base/snanmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
229
+
- <spanclass="signature">[`snanmaxabs( N, x, strideX )`][@stdlib/stats/base/snanmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
230
230
- <spanclass="signature">[`snanmean( N, x, stride )`][@stdlib/stats/base/snanmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values.</span>
231
231
- <spanclass="signature">[`snanmeanors( N, x, stride )`][@stdlib/stats/base/snanmeanors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values and using ordinary recursive summation.</span>
232
232
- <spanclass="signature">[`snanmeanpn( N, x, stride )`][@stdlib/stats/base/snanmeanpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values and using a two-pass error correction algorithm.</span>
233
233
- <spanclass="signature">[`snanmeanwd( N, x, stride )`][@stdlib/stats/base/snanmeanwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values and using Welford's algorithm.</span>
234
234
- <spanclass="signature">[`snanmin( N, x, strideX )`][@stdlib/stats/base/snanmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
235
-
- <spanclass="signature">[`snanminabs( N, x, stride )`][@stdlib/stats/base/snanminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
235
+
- <spanclass="signature">[`snanminabs( N, x, strideX )`][@stdlib/stats/base/snanminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a single-precision floating-point strided array, ignoring `NaN` values.</span>
236
236
- <spanclass="signature">[`snanmskmax( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/snanmskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring `NaN` values.</span>
237
237
- <spanclass="signature">[`snanmskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/snanmskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a single-precision floating-point strided array according to a mask, ignoring `NaN` values.</span>
238
238
- <spanclass="signature">[`snanmskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/snanmskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array according to a mask, ignoring `NaN` values.</span>
239
-
- <spanclass="signature">[`snanrange( N, x, stride )`][@stdlib/stats/base/snanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array, ignoring `NaN` values.</span>
239
+
- <spanclass="signature">[`snanrange( N, x, strideX )`][@stdlib/stats/base/snanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array, ignoring `NaN` values.</span>
240
240
- <spanclass="signature">[`snanstdev( N, correction, x, stride )`][@stdlib/stats/base/snanstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array ignoring `NaN` values.</span>
241
241
- <spanclass="signature">[`snanstdevch( N, correction, x, stride )`][@stdlib/stats/base/snanstdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array ignoring `NaN` values and using a one-pass trial mean algorithm.</span>
242
242
- <spanclass="signature">[`snanstdevpn( N, correction, x, stride )`][@stdlib/stats/base/snanstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array ignoring `NaN` values and using a two-pass algorithm.</span>
0 commit comments