Skip to content

Commit 4f35bbc

Browse files
authored
docs: add missing reference and use correct citation identifier
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 1d71634 commit 4f35bbc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ console.log( v );
123123

124124
## References
125125

126-
- Welford, B. P. 1962. "Note on a Method for Calculating Corrected Sums of Squares and Products." _Technometrics_ 4 (3). Taylor & Francis: 419–20. doi:[10.1080/00401706.1962.10490022][@welford:1962].
126+
- Welford, B. P. 1962. "Note on a Method for Calculating Corrected Sums of Squares and Products." _Technometrics_ 4 (3). Taylor & Francis: 419–20. doi:[10.1080/00401706.1962.10490022][@welford:1962a].
127+
- van Reeken, A. J. 1968. "Letters to the Editor: Dealing with Neely's Algorithms." _Communications of the ACM_ 11 (3): 149–50. doi:[10.1145/362929.362961][@vanreeken:1968a].
127128

128129
</section>
129130

@@ -143,7 +144,9 @@ console.log( v );
143144

144145
[arithmetic-mean]: https://en.wikipedia.org/wiki/Arithmetic_mean
145146

146-
[@welford:1962]: https://doi.org/10.1080/00401706.1962.10490022
147+
[@welford:1962a]: https://doi.org/10.1080/00401706.1962.10490022
148+
149+
[@vanreeken:1968a]: https://doi.org/10.1145/362929.362961
147150

148151
</section>
149152

0 commit comments

Comments
 (0)