Skip to content

Commit 896a908

Browse files
authored
Update README.md
Signed-off-by: Gururaj Gurram <[email protected]>
1 parent e7c000e commit 896a908

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The function has the following parameters:
6161
- **x**: input [`Float64Array`][@stdlib/array/float64].
6262
- **strideX**: stride length for `x`.
6363
- **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.
64-
- **strideMask**: index increment for `mask`.
64+
- **strideMask**: stride length for `mask`.
6565

6666
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to compute the [range][range] of every other element in `x`,
6767

0 commit comments

Comments
 (0)