Skip to content

Commit 3962279

Browse files
committed
chore: suggested change
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 5bba8df commit 3962279

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dmskmaxabs

lib/node_modules/@stdlib/stats/base/ndarray/dmskmaxabs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ The function has the following parameters:
5959

6060
- **arrays**: array-like object containing an input ndarray and a mask ndarray.
6161

62-
If a `mask` array element is `0`, the corresponding element in the input ndarray is considered valid and **included** in computation. If a `mask` array element is `1`, the corresponding element in the input ndarray is considered invalid/missing and **excluded** from computation.
63-
6462
</section>
6563

6664
<!-- /.usage -->
@@ -69,6 +67,7 @@ If a `mask` array element is `0`, the corresponding element in the input ndarray
6967

7068
## Notes
7169

70+
- If a mask array element is `0`, the corresponding element in the input ndarray is considered valid and **included** in computation. If a mask array element is `1`, the corresponding element in the input ndarray is considered invalid/missing and **excluded** from computation.
7271
- If provided an empty ndarray or a mask with all elements set to `1`, the function returns `NaN`.
7372

7473
</section>

0 commit comments

Comments
 (0)