TheAlgorithms / Python

All Algorithms implemented in Python
https://the-algorithms.com/
MIT License
188.14k stars 44.83k forks source link

Finding skewness and kurtosis for a distribution #10179

Closed UKJaagadhep closed 12 months ago

UKJaagadhep commented 12 months ago

Feature description

I want to add a program to find skewness and kurtosis of a distribution of values. It can be useful in describing numerical data and in handling outliers.

tianyizheng02 commented 12 months ago

Please read our contributing guidelines. If you wish to contribute this, please just open a PR. We don't assign issues in this repo.

If you are interested in resolving an open issue, simply make a pull request with your proposed fix. We do not assign issues in this repo so please do not ask for permission to work on an issue.

Do not create an issue to contribute an algorithm. Please submit a pull request instead.