Skip to content

Commit 8ad190e

Browse files
authored
docs: add missing references
Signed-off-by: Athan <kgryte@gmail.com>
1 parent af87915 commit 8ad190e

File tree

1 file changed

+17
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/dmeanpn

1 file changed

+17
-0
lines changed

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

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

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

113+
* * *
114+
115+
<section class="references">
116+
117+
## References
118+
119+
- 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].
120+
- 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].
121+
122+
</section>
123+
124+
<!-- /.references -->
125+
113126
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
114127

115128
<section class="related">
@@ -124,6 +137,10 @@ console.log( v );
124137

125138
[arithmetic-mean]: https://en.wikipedia.org/wiki/Arithmetic_mean
126139

140+
[@neely:1966a]: https://doi.org/10.1145/365719.365958
141+
142+
[@schubert:2018a]: https://doi.org/10.1145/3221269.3223036
143+
127144
</section>
128145

129146
<!-- /.links -->

0 commit comments

Comments
 (0)