rust-ndarray/ndarray-stats

No unweighted standard deviation

Opened this issue · 1 comments

There exists a method for weighted standard deviation, weighted_std, but I can't find one for regular unweighted standard deviation.
Is there a reason for this?

Because ndarray-stats offers extention traits (adding method(s) to an existing struct) to ndarray which already offert std and std_axis.