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
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,8 +115,6 @@ The namespace contains the following statistical functions:
115
115
- <spanclass="signature">[`stdevtk( N, correction, x, stride )`][@stdlib/stats/base/stdevtk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using a one-pass textbook algorithm.</span>
116
116
- <spanclass="signature">[`stdevwd( N, correction, x, stride )`][@stdlib/stats/base/stdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using Welford's algorithm.</span>
117
117
- <spanclass="signature">[`stdevyc( N, correction, x, stride )`][@stdlib/stats/base/stdevyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
118
-
- <spanclass="signature">[`svariance( N, correction, x, strideX )`][@stdlib/stats/strided/svariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array.</span>
119
-
- <spanclass="signature">[`svariancewd( N, correction, x, strideX )`][@stdlib/stats/strided/svariancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array using Welford's algorithm.</span>
120
118
- <spanclass="signature">[`variance( N, correction, x, stride )`][@stdlib/stats/base/variance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array.</span>
121
119
- <spanclass="signature">[`variancech( N, correction, x, strideX )`][@stdlib/stats/base/variancech]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array using a one-pass trial mean algorithm.</span>
122
120
- <spanclass="signature">[`variancepn( N, correction, x, strideX )`][@stdlib/stats/base/variancepn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array using a two-pass algorithm.</span>
0 commit comments