stdlib
stdlib copied to clipboard
[RFC]: add `stats/incr/wstdev`
Incremental weighted standard deviation. @stdlib/stats/incr/wstdev.
See also an algorithm for computing an incremental weighted variance.
is this issue open can I work on this, also can any one tell me what to do because the question is quite vague to tell me.
@Shafqat-Shahriar Yes, the issue is open. You can learn more by seeing what's currently available: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr.
In particular, you may find additional insight from
- https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/wmean
- https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/stdev
Yes, still open.
I'd like to contribute to this issue