We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93f70b commit 1ea6901Copy full SHA for 1ea6901
lib/node_modules/@stdlib/stats/base/dstdev/README.md
@@ -100,7 +100,7 @@ var dstdev = require( '@stdlib/stats/base/dstdev' );
100
101
#### dstdev( N, correction, x, strideX )
102
103
-Computes the [standard deviation][standard-deviation] of a double-precision floating-point strided array `x`.
+Computes the [standard deviation][standard-deviation] of a double-precision floating-point strided array.
104
105
```javascript
106
var Float64Array = require( '@stdlib/array/float64' );
0 commit comments