Skip to content

Commit 41f21f7

Browse files
authored
docs: add missing references
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 7c16b94 commit 41f21f7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

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

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

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

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

120+
* * *
121+
122+
<section class="references">
123+
124+
## References
125+
126+
- 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].
127+
- 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].
128+
129+
</section>
130+
131+
<!-- /.references -->
132+
120133
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
121134

122135
<section class="related">
@@ -131,6 +144,10 @@ console.log( v );
131144

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

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

136153
<!-- /.links -->

0 commit comments

Comments
 (0)