Skip to content

Commit e2f0833

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 10746b0 commit e2f0833

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ console.log( v );
138138

139139
#### stdlib_stats_dmeanwd( arrays )
140140

141-
Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional double-precision floating-point ndarray.
141+
Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional double-precision floating-point ndarray using Welford's algorithm.
142142

143143
```c
144144
#include "stdlib/ndarray/ctor.h"
@@ -257,6 +257,8 @@ int main( void ) {
257257
258258
<!-- /.c -->
259259
260+
* * *
261+
260262
<section class="references">
261263
262264
## References

0 commit comments

Comments
 (0)