Skip to content

Commit dddf657

Browse files
committed
docs: fix descriptions
--- 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: na - task: lint_package_json status: na - task: lint_repl_help status: passed - 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 493ccaf commit dddf657

File tree

1 file changed

+12
-12
lines changed
  • lib/node_modules/@stdlib/stats/strided/dcovarmtk/docs

1 file changed

+12
-12
lines changed

lib/node_modules/@stdlib/stats/strided/dcovarmtk/docs/repl.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
correction: number
2020
Degrees of freedom adjustment. Setting this parameter to a value other
2121
than `0` has the effect of adjusting the divisor during the calculation
22-
of the variance according to `N - c` where `c` corresponds to the
23-
provided degrees of freedom adjustment. When computing the variance of a
24-
population, setting this parameter to `0` is the standard choice (i.e.,
25-
the provided array contains data constituting an entire population).
26-
When computing the unbiased sample variance, setting this parameter to
27-
`1` is the standard choice (i.e., the provided array contains data
28-
sampled from a larger population; this is commonly referred to as
29-
Bessel's correction).
22+
of the covariance according to `N - c` where `c` corresponds to the
23+
provided degrees of freedom adjustment. When computing the population
24+
covariance, setting this parameter to `0` is the standard choice (i.e.,
25+
the provided arrays contain data constituting entire populations). When
26+
computing the unbiased sample covariance, setting this parameter to `1`
27+
is the standard choice (i.e., the provided array contains data sampled
28+
from larger populations; this is commonly referred to as Bessel's
29+
correction).
3030

3131
meanx: number
3232
Mean of `x`.
@@ -91,10 +91,10 @@
9191
provided degrees of freedom adjustment. When computing the population
9292
covariance, setting this parameter to `0` is the standard choice (i.e.,
9393
the provided arrays contain data constituting entire populations). When
94-
computing the unbiased sample covariance, setting this parameter to
95-
`1` is the standard choice (i.e., the provided arrays contain data
96-
sampled from larger populations; this is commonly referred to as
97-
Bessel's correction).
94+
computing the unbiased sample covariance, setting this parameter to `1`
95+
is the standard choice (i.e., the provided array contains data sampled
96+
from larger populations; this is commonly referred to as Bessel's
97+
correction).
9898

9999
meanx: number
100100
Mean of `x`.

0 commit comments

Comments
 (0)