Skip to content

Commit f23c240

Browse files
authored
docs: remove note
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 77eff43 commit f23c240

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/meankbn

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ The method accepts the following options:
216216

217217
## Notes
218218

219-
- The Kahan–Babuška algorithm (also known as Neumaier's improved Kahan–Babuška algorithm) is a compensated summation algorithm which provides better numerical accuracy compared to the standard summation algorithm, especially when summing values with large magnitude differences.
220219
- Setting the `keepdims` option to `true` can be useful when wanting to ensure that the output [ndarray][@stdlib/ndarray/ctor] is [broadcast-compatible][@stdlib/ndarray/base/broadcast-shapes] with ndarrays having the same shape as the input [ndarray][@stdlib/ndarray/ctor].
221220
- The output data type [policy][@stdlib/ndarray/output-dtype-policies] only applies to the main function and specifies that, by default, the function must return an [ndarray][@stdlib/ndarray/ctor] having a real-valued floating-point or "generic" [data type][@stdlib/ndarray/dtypes]. For the `assign` method, the output [ndarray][@stdlib/ndarray/ctor] is allowed to have any supported output [data type][@stdlib/ndarray/dtypes].
222221

0 commit comments

Comments
 (0)