Skip to content

Commit 50bd128

Browse files
authored
Update lib/node_modules/@stdlib/stats/base/ndarray/dmeankbn/README.md
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent e867ed8 commit 50bd128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

lib/node_modules/@stdlib/stats/base/ndarray/dmeankbn/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_dmeankbn( arrays )
140140

141-
Computes the arithmetic mean of a one-dimensional double-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
141+
Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional double-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
142142

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

0 commit comments

Comments
 (0)