Skip to content

Commit f98bcf3

Browse files
authored
docs: update readme
1 parent 8805a58 commit f98bcf3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

159159
The function has the following additional parameters:
160160

161-
- **offset**: starting index for `x`.
161+
- **offsetX**: starting index for `x`.
162162

163163
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 [variance][variance] for every other element in `x` starting from the second element
164164

0 commit comments

Comments
 (0)