Skip to content

Commit bfa9c38

Browse files
authored
Remove note on Kahan–Babuška algorithm from README
Removed a note about the Kahan–Babuška algorithm from the README. Signed-off-by: Kaustubh Patange <kaustubh.mp007@gmail.com>
1 parent 62febdc commit bfa9c38

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/smeankbn

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/smeankbn/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ The function has the following parameters:
7979
## Notes
8080

8181
- If provided an empty one-dimensional ndarray, the function returns `NaN`.
82-
- The Kahan–Babuška algorithm is a variant of Kahan summation which provides improved numerical stability and accuracy compared to conventional summation, particularly when summing large numbers of floating-point values.
8382

8483
</section>
8584

0 commit comments

Comments
 (0)