You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ The namespace contains the following statistical functions:
117
117
- <spanclass="signature">[`dstdevyc( N, correction, x, strideX )`][@stdlib/stats/base/dstdevyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
118
118
- <spanclass="signature">[`dsvariance( N, correction, x, stride )`][@stdlib/stats/base/dsvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.</span>
119
119
- <spanclass="signature">[`dsvariancepn( N, correction, x, stride )`][@stdlib/stats/base/dsvariancepn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.</span>
120
-
- <spanclass="signature">[`dvariance( N, correction, x, stride )`][@stdlib/stats/base/dvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array.</span>
120
+
- <spanclass="signature">[`dvariance( N, correction, x, strideX )`][@stdlib/stats/base/dvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array.</span>
121
121
- <spanclass="signature">[`dvariancech( N, correction, x, strideX )`][@stdlib/stats/base/dvariancech]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.</span>
122
122
- <spanclass="signature">[`dvariancepn( N, correction, x, strideX )`][@stdlib/stats/base/dvariancepn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.</span>
123
123
- <spanclass="signature">[`dvariancetk( N, correction, x, strideX )`][@stdlib/stats/base/dvariancetk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.</span>
0 commit comments