Skip to content

Commit 11560ee

Browse files
committed
chore: clean-up
--- 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: passed - 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: passed - 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 388fbd3 commit 11560ee

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/variancewd/benchmark/benchmark.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ function createBenchmark( len ) {
5858

5959
return benchmark;
6060

61+
/**
62+
* Benchmark function.
63+
*
64+
* @private
65+
* @param {Benchmark} b - benchmark instance
66+
*/
6167
function benchmark( b ) {
6268
var v;
6369
var i;

lib/node_modules/@stdlib/stats/base/ndarray/variancewd/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{{alias}}( arrays )
3-
Computes the variance of a one-dimensional ndarray using
4-
Welford's algorithm.
3+
Computes the variance of a one-dimensional ndarray using Welford's
4+
algorithm.
55

66
If provided an empty one-dimensional ndarray, the function returns `NaN`.
77

lib/node_modules/@stdlib/stats/base/ndarray/variancewd/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
"sample variance",
6363
"unbiased",
6464
"ndarray",
65-
"float32",
66-
"float64"
65+
"welford"
6766
],
6867
"__stdlib__": {}
6968
}

0 commit comments

Comments
 (0)