Skip to content

Commit 8d9eb1f

Browse files
Update lib/node_modules/@stdlib/stats/base/dnanmeanpw/README.md
Co-authored-by: Muhammad Haris <[email protected]> Signed-off-by: Aayush Khanna <[email protected]>
1 parent d628f06 commit 8d9eb1f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

111111
The function has the following additional parameters:
112112

113-
- **offsetX**: starting index for `x`.
113+
- **offsetX**: starting index.
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)