I am aware of many probabilistic functions builted-in Python, with the random
module.
I'd like to know if, given a list of floats, it would be possible to find the distribution equation that best fits the list?
I don't know if numpy does it, but this function could be compared (not equal, but similar) with the Excel's "Trend" function.
How would I do that?