Skip to content

Commit 2b79673

Browse files
authored
Update README.md
Signed-off-by: Gururaj Gurram <[email protected]>
1 parent 570adfa commit 2b79673

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dnanmskmax

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dnanmskmax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The function has the following parameters:
5959
- **x**: input [`Float64Array`][@stdlib/array/float64].
6060
- **strideX**: stride length for `x`.
6161
- **mask**: mask [`Uint8Array`][@stdlib/array/uint8]. If a `mask` array element is `0`, the corresponding element in `x` is considered valid and **included** in computation. If a `mask` array element is `1`, the corresponding element in `x` is considered invalid/missing and **excluded** from computation.
62-
- **strideMask**: index increment for `mask`.
62+
- **strideMask**: stride length for `mask`.
6363

6464
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to compute the maximum value of every other element in `x`,
6565

0 commit comments

Comments
 (0)