Added some more functions to the lib.statistics module.
These include the bucket() function for creating a discrete distribution from a list of floating
point numbers, and the gaussian() function for calculating the probability of a point on a Gaussian
distribution.