Skip to content

Commit 48ec878

Browse files
authored
docs: add missing reference
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 0723e76 commit 48ec878

File tree

1 file changed

+14
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/dmeanpw

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,18 @@ console.log( v );
111111

112112
<!-- /.examples -->
113113

114+
* * *
115+
116+
<section class="references">
117+
118+
## References
119+
120+
- Higham, Nicholas J. 1993. "The Accuracy of Floating Point Summation." _SIAM Journal on Scientific Computing_ 14 (4): 783–99. doi:[10.1137/0914050][@higham:1993a].
121+
122+
</section>
123+
124+
<!-- /.references -->
125+
114126
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
115127

116128
<section class="related">
@@ -125,6 +137,8 @@ console.log( v );
125137

126138
[arithmetic-mean]: https://en.wikipedia.org/wiki/Arithmetic_mean
127139

140+
[@higham:1993a]: https://doi.org/10.1137/0914050
141+
128142
</section>
129143

130144
<!-- /.links -->

0 commit comments

Comments
 (0)