We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528b491 commit ce8acddCopy full SHA for ce8acdd
lib/node_modules/@stdlib/stats/base/ndarray/meankbn/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@stdlib/stats/base/ndarray/meankbn",
3
"version": "0.0.0",
4
- "description": "Compute the arithmetic mean of a one dimensional ndarray using improved Kahan-Babuska compensation.",
+ "description": "Compute the arithmetic mean of a one-dimensional ndarray using the improved Kahan–Babuška algorithm.",
5
"license": "Apache-2.0",
6
"main": "./index.js",
7
"keywords": [
@@ -13,8 +13,8 @@
13
"ndarray",
14
"kahan",
15
"babuska",
16
- "numerics",
17
"compensated",
18
- "floating-point"
+ "floating-point",
+ "numerics"
19
]
20
}
0 commit comments