Skip to content

Commit cc9d9a1

Browse files
authored
chore: minor changes
1 parent 5264a7f commit cc9d9a1

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
@@ -259,7 +259,7 @@ double stdlib_strided_dvariancewd( const CBLAS_INT N, const double correction, c
259259

260260
#### stdlib_strided_dvariancewd_ndarray( N, correction, \*X, strideX, offsetX )
261261

262-
Computes the [variance][variance] of a double-precision floating-point strided array `x` using Welford's algorithm and alternative indexing semantics.
262+
Computes the [variance][variance] of a double-precision floating-point strided array using Welford's algorithm and alternative indexing semantics.
263263

264264
```c
265265
const double x[] = { 1.0, -2.0, 2.0 };

0 commit comments

Comments
 (0)