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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ The namespace contains the following statistical functions:
137
137
- <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>
138
138
- <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>
139
139
- <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>
140
-
- <spanclass="signature">[`dvariancepn( N, correction, x, stride )`][@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>
140
+
- <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>
141
141
- <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>
142
142
- <spanclass="signature">[`dvariancewd( N, correction, x, strideX )`][@stdlib/stats/base/dvariancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array using Welford's algorithm.</span>
143
143
- <spanclass="signature">[`dvarianceyc( N, correction, x, strideX )`][@stdlib/stats/base/dvarianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
0 commit comments