Skip to content

Commit c60a85e

Browse files
authored
docs: add missing reference
Signed-off-by: Athan <kgryte@gmail.com>
1 parent f392130 commit c60a85e

File tree

1 file changed

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

1 file changed

+14
-1
lines changed

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

Lines changed: 14 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

@@ -111,6 +110,18 @@ console.log( v );
111110

112111
<!-- /.examples -->
113112

113+
* * *
114+
115+
<section class="references">
116+
117+
## References
118+
119+
- Neumaier, Arnold. 1974. "Rounding Error Analysis of Some Methods for Summing Finite Sums." _Zeitschrift Für Angewandte Mathematik Und Mechanik_ 54 (1): 39–51. doi:[10.1002/zamm.19740540106][@neumaier:1974a].
120+
121+
</section>
122+
123+
<!-- /.references -->
124+
114125
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
115126

116127
<section class="related">
@@ -125,6 +136,8 @@ console.log( v );
125136

126137
[arithmetic-mean]: https://en.wikipedia.org/wiki/Arithmetic_mean
127138

139+
[@neumaier:1974a]: https://doi.org/10.1002/zamm.19740540106
140+
128141
</section>
129142

130143
<!-- /.links -->

0 commit comments

Comments
 (0)