Skip to content

Commit b8189ac

Browse files
authored
docs: update readme
1 parent 352863c commit b8189ac

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var v = smeanwd.ndarray( x.length, x, 1, 0 );
110110

111111
The function has the following additional parameters:
112112

113-
- **offset**: starting index for `x`.
113+
- **offsetX**: starting index for `x`.
114114

115115
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index. For example, to calculate the [arithmetic mean][arithmetic-mean] for every other element in `x` starting from the second element
116116

0 commit comments

Comments
 (0)