We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10746b0 commit e2f0833Copy full SHA for e2f0833
1 file changed
lib/node_modules/@stdlib/stats/base/ndarray/dmeanwd/README.md
@@ -138,7 +138,7 @@ console.log( v );
138
139
#### stdlib_stats_dmeanwd( arrays )
140
141
-Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional double-precision floating-point ndarray.
+Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional double-precision floating-point ndarray using Welford's algorithm.
142
143
```c
144
#include "stdlib/ndarray/ctor.h"
@@ -257,6 +257,8 @@ int main( void ) {
257
258
<!-- /.c -->
259
260
+* * *
261
+
262
<section class="references">
263
264
## References
0 commit comments