Skip to content

Commit f594440

Browse files
authored
docs: add missing references
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 4e6872b commit f594440

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/nanmeanpn

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,19 @@ console.log( v );
116116

117117
<!-- /.examples -->
118118

119+
* * *
120+
121+
<section class="references">
122+
123+
## References
124+
125+
- Neely, Peter M. 1966. "Comparison of Several Algorithms for Computation of Means, Standard Deviations and Correlation Coefficients." _Communications of the ACM_ 9 (7). Association for Computing Machinery: 496–99. doi:[10.1145/365719.365958][@neely:1966a].
126+
- Schubert, Erich, and Michael Gertz. 2018. "Numerically Stable Parallel Computation of (Co-)Variance." In _Proceedings of the 30th International Conference on Scientific and Statistical Database Management_. New York, NY, USA: Association for Computing Machinery. doi:[10.1145/3221269.3223036][@schubert:2018a].
127+
128+
</section>
129+
130+
<!-- /.references -->
131+
119132
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
120133

121134
<section class="related">
@@ -130,6 +143,10 @@ console.log( v );
130143

131144
[arithmetic-mean]: https://en.wikipedia.org/wiki/Arithmetic_mean
132145

146+
[@neely:1966a]: https://doi.org/10.1145/365719.365958
147+
148+
[@schubert:2018a]: https://doi.org/10.1145/3221269.3223036
149+
133150
</section>
134151

135152
<!-- /.links -->

0 commit comments

Comments
 (0)