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 071c2c0 commit d8f760fCopy full SHA for d8f760f
lib/node_modules/@stdlib/stats/base/smeanpw/README.md
@@ -53,7 +53,7 @@ var smeanpw = require( '@stdlib/stats/base/smeanpw' );
53
54
#### smeanpw( N, x, strideX )
55
56
-Computes the [arithmetic mean][arithmetic-mean] of a single-precision floating-point strided array `x` using pairwise summation.
+Computes the [arithmetic mean][arithmetic-mean] of a single-precision floating-point strided array using pairwise summation.
57
58
```javascript
59
var Float32Array = require( '@stdlib/array/float32' );
0 commit comments