Skip to content

Commit 4af8519

Browse files
committed
docs: update copy
--- 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent e98070f commit 4af8519

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

lib/node_modules/@stdlib/stats/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@ In addition, it contains an assortment of functions for computing statistics inc
7979

8080
<!-- </toc> -->
8181

82-
The `base` sub-namespace contains functions to calculate statistics alongside a `dists` namespace containing functions related to a wide assortment of probability distributions.
82+
The namespace further contains functions for computing statistics on arrays as part of the `array` sub-namespace and functions for computing statistics on strided arrays in the `strided` namespace.
83+
84+
<!-- <toc pattern="+(array|strided)"> -->
85+
86+
<!-- </toc> -->
87+
88+
The `base` sub-namespace contains lower-level statistical functions, including a `dists` namespace containing functions related to a wide assortment of probability distributions.
8389

8490
<!-- <toc pattern="+(base)"> -->
8591

@@ -93,7 +99,7 @@ The `base` sub-namespace contains functions to calculate statistics alongside a
9399

94100
Other statistical functions included are:
95101

96-
<!-- <toc pattern="*" ignore="+(*test*|chi2gof|anova1)" ignore="incr" ignore="iterators" ignore="base" > -->
102+
<!-- <toc pattern="*" ignore="+(*test*|chi2gof|anova1)" ignore="incr" ignore="iterators" ignore="base" ignore="array" ignore="strided" > -->
97103

98104
<div class="namespace-toc">
99105

0 commit comments

Comments
 (0)