Skip to content

Commit 10746b0

Browse files
authored
Update lib/node_modules/@stdlib/stats/base/ndarray/dmeanwd/README.md
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 9fc35e0 commit 10746b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 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 of a one-dimensional double-precision floating-point ndarray using Welford's algorithm.
141+
Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional double-precision floating-point ndarray.
142142

143143
```c
144144
#include "stdlib/ndarray/ctor.h"

0 commit comments

Comments
 (0)