Skip to content

Commit 0249e24

Browse files
committed
docs: remove redundant NaN notes in stats/base/ndarray/dnanstdev* READMEs
--- 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 f886d31 commit 0249e24

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ The function has the following parameters:
133133

134134
- If provided an empty one-dimensional ndarray, the function returns `NaN`.
135135
- If `N - c` is less than or equal to `0` (where `N` corresponds to the number of non-NaN elements in the input ndarray and `c` corresponds to the provided degrees of freedom adjustment), the function returns `NaN`.
136-
- The function ignores `NaN` values when computing the standard deviation.
137136

138137
</section>
139138

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ The function has the following parameters:
133133

134134
- If provided an empty one-dimensional ndarray, the function returns `NaN`.
135135
- If `N - c` is less than or equal to `0` (where `N` corresponds to the number of non-NaN elements in the input ndarray and `c` corresponds to the provided degrees of freedom adjustment), the function returns `NaN`.
136-
- The function ignores `NaN` values when computing the standard deviation.
137136

138137
</section>
139138

0 commit comments

Comments
 (0)