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 bba5f34 commit b00201aCopy full SHA for b00201a
lib/node_modules/@stdlib/stats/base/mskmax/README.md
@@ -38,7 +38,7 @@ var mskmax = require( '@stdlib/stats/base/mskmax' );
38
39
#### mskmax( N, x, strideX, mask, strideMask )
40
41
-Computes the maximum value of a strided array `x` according to a `mask`.
+Computes the maximum value of a strided array according to a mask.
42
43
```javascript
44
var x = [ 1.0, -2.0, 4.0, 2.0 ];
0 commit comments