7.1. Statistics concepts#

7.1.1. Distfit#

People fear the unknown - darkness, death, unfamiliar distributions in the data…

Well, that’s no longer the case (at least for distributions). Using the distfit library, you can test any distribution against 89 known distributions in SciPy. The resulting visual tells the best theoretical fit on your empirical data. You can throw in some values to check whether they are outliers or not, as well.

The code to generate the plot and distfit library in the comments👇

Link to distfit: https://bit.ly/3Rdn2SW

Link to the code that generated the plot: https://bit.ly/3nJMFgM