Skip to content

Commit e7364f4

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent 414d2e8 commit e7364f4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The function has the following parameters:
6868

6969
- **N**: number of indexed elements.
7070
- **x**: input [`Float32Array`][@stdlib/array/float32].
71-
- **strideX**: index increment for `x`.
71+
- **strideX**: stride length for `x`.
7272

7373
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to compute the [arithmetic mean][arithmetic-mean] of every other element in `x`,
7474

0 commit comments

Comments
 (0)