You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/ndarray/smeankbn/README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,6 @@ The function has the following parameters:
79
79
## Notes
80
80
81
81
- 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.
83
82
84
83
</section>
85
84
@@ -111,6 +110,18 @@ console.log( v );
111
110
112
111
<!-- /.examples -->
113
112
113
+
* * *
114
+
115
+
<sectionclass="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
+
114
125
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
0 commit comments