simple-statistics
simple-statistics copied to clipboard
Implement biased sample skewness
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.