simple-statistics icon indicating copy to clipboard operation
simple-statistics copied to clipboard

Implement biased sample skewness

Open tmcw opened this issue 9 years ago • 0 comments

R and Python both support biased sample skewness - Python's scipy has a Bias=false opt-out, whereas R doesn't have an opt-out. We should support this as well, but as an opt-in in order to avoid a major version difference and follow the existing pattern of making features opt-in.

tmcw avatar Oct 20 '16 15:10 tmcw