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
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@adbea9806383f70c982e3191475c874efba1296b/lib/node_modules/@stdlib/stats/incr/wmean/docs/img/equation_weighted_standard_deviation.svg" alt="Equation for the weighted arithmetic mean.">
36
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@adbea9806383f70c982e3191475c874efba1296b/lib/node_modules/@stdlib/stats/incr/wstdev/docs/img/equation_weighted_standard_deviation.svg" alt="Equation for the weighted arithmetic mean.">
37
37
<br>
38
38
</div> -->
39
39
@@ -133,7 +133,7 @@ console.log( accumulator() );
133
133
## See Also
134
134
135
135
- <spanclass="package-name">[`@stdlib/stats/incr/kurtosis`][@stdlib/stats/incr/kurtosis]</span><spanclass="delimiter">: </span><spanclass="description">compute a corrected sample excess kurtosis incrementally.</span>
136
-
- <spanclass="package-name">[`@stdlib/stats/incr/mean`][@stdlib/stats/incr/mean]</span><spanclass="delimiter">: </span><spanclass="description">compute an arithmetic mean incrementally.</span>
136
+
- <spanclass="package-name">[`@stdlib/stats/incr/wmean`][@stdlib/stats/incr/wmean]</span><spanclass="delimiter">: </span><spanclass="description">compute a weighted arithmetic mean incrementally.</span>
137
137
- <spanclass="package-name">[`@stdlib/stats/incr/stdev`][@stdlib/stats/incr/stdev]</span><spanclass="delimiter">: </span><spanclass="description">compute a corrected sample standard deviation incrementally.</span>
138
138
- <spanclass="package-name">[`@stdlib/stats/incr/mstdev`][@stdlib/stats/incr/mstdev]</span><spanclass="delimiter">: </span><spanclass="description">compute a moving corrected sample standard deviation incrementally.</span>
139
139
- <spanclass="package-name">[`@stdlib/stats/incr/skewness`][@stdlib/stats/incr/skewness]</span><spanclass="delimiter">: </span><spanclass="description">compute a corrected sample skewness incrementally.</span>
0 commit comments