distfit: Find The Best Theoretical Distribution For Your Data in Python

If you want to find the best theoretical distribution for your data in Python, try distfit. The code above shows the output of distfit.

Besides finding the best theoretical distribution, distfit is also useful in detecting outliers. New data points that deviate significantly can then be marked as outliers.

Link to distfit.

Link to the source code.

Related Posts

Related Posts

Scroll to Top