stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: add `stats/incr/wstdev`

Open kgryte opened this issue 9 years ago • 4 comments

Incremental weighted standard deviation. @stdlib/stats/incr/wstdev.

See also an algorithm for computing an incremental weighted variance.

kgryte avatar Dec 07 '16 20:12 kgryte

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 avatar Mar 22 '24 17:03 Shafqat-Shahriar

@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

kgryte avatar Mar 22 '24 22:03 kgryte

Yes, still open.

kgryte avatar Oct 06 '24 03:10 kgryte

I'd like to contribute to this issue

Harsh-Mathur-1503 avatar Nov 10 '24 12:11 Harsh-Mathur-1503