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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ console.log( v );
275
275
- <spanclass="package-name">[`@stdlib/stats-base/nanstdevwd`][@stdlib/stats/base/nanstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.</span>
276
276
- <spanclass="package-name">[`@stdlib/stats-base/sstdevwd`][@stdlib/stats/base/sstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using Welford's algorithm.</span>
277
277
- <spanclass="package-name">[`@stdlib/stats-base/stdev`][@stdlib/stats/base/stdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array.</span>
278
-
- <spanclass="package-name">[`@stdlib/stats-base/variancewd`][@stdlib/stats/base/variancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array using Welford's algorithm.</span>
278
+
- <spanclass="package-name">[`@stdlib/stats-strided/variancewd`][@stdlib/stats/strided/variancewd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array using Welford's algorithm.</span>
0 commit comments