Skip to content

Commit 8f3a273

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent a06b512 commit 8f3a273

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ var dmeanvarpn = require( '@stdlib/stats/base/dmeanvarpn' );
102102

103103
#### dmeanvarpn( N, correction, x, strideX, out, strideOut )
104104

105-
Computes the [mean][arithmetic-mean] and [variance][variance] of a double-precision floating-point strided array `x` using a two-pass algorithm.
105+
Computes the [mean][arithmetic-mean] and [variance][variance] of a double-precision floating-point strided array using a two-pass algorithm.
106106

107107
```javascript
108108
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)