ndarray-stats icon indicating copy to clipboard operation
ndarray-stats copied to clipboard

No unweighted standard deviation

Open albertsgarde opened this issue 3 years ago • 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?

albertsgarde avatar Apr 22 '22 12:04 albertsgarde

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

nilgoyette avatar Apr 22 '22 12:04 nilgoyette