This post shows how to fit a probability distribution using the Scipy Library.
Probability distributions fitting with Python
glowingpython.blogspot.it
1–5 of 5 posts
Probability distributions fitting with Python
glowingpython.blogspot.it
To see what else is available, one would go here: http://docs.scipy.org/doc/scipy/reference/stats.html
"One example where the Rayleigh distribution naturally arises is when wind speed is analyzed into its orthogonal 2-dimensional vector components. Assuming that the magnitude of each component is uncorrelated and normally distributed with equal variance, then the overall wind speed (vector magnitude) will be characterized by a Rayleigh distribution."
That is cool, I wonder if I will ever use it.