Skip to content

Commit ce8acdd

Browse files
committed
chore(ndarray/meankbn): normalize package.json and address review feedback
1 parent 528b491 commit ce8acdd

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/meankbn

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/stats/base/ndarray/meankbn",
33
"version": "0.0.0",
4-
"description": "Compute the arithmetic mean of a one dimensional ndarray using improved Kahan-Babuska compensation.",
4+
"description": "Compute the arithmetic mean of a one-dimensional ndarray using the improved Kahan–Babuška algorithm.",
55
"license": "Apache-2.0",
66
"main": "./index.js",
77
"keywords": [
@@ -13,8 +13,8 @@
1313
"ndarray",
1414
"kahan",
1515
"babuska",
16-
"numerics",
1716
"compensated",
18-
"floating-point"
17+
"floating-point",
18+
"numerics"
1919
]
2020
}

0 commit comments

Comments
 (0)