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 8344a89 commit 8a05a32Copy full SHA for 8a05a32
lib/node_modules/@stdlib/stats/base/dmeanpn/README.md
@@ -53,7 +53,7 @@ var dmeanpn = require( '@stdlib/stats/base/dmeanpn' );
53
54
#### dmeanpn( N, x, strideX )
55
56
-Computes the [arithmetic mean][arithmetic-mean] of a double-precision floating-point strided array `x` using a two-pass error correction algorithm.
+Computes the [arithmetic mean][arithmetic-mean] of a double-precision floating-point strided array using a two-pass error correction algorithm.
57
58
```javascript
59
var Float64Array = require( '@stdlib/array/float64' );
0 commit comments