According to (for instance)
http://en.wikipedia.org/wiki/Weibull_distribution the Weibull
distribution has two parameters: lambda > 0 is the scale parameter
(real) and k > 0 is the shape parameter (real). However, the
numpy.random.weibull function has only a single 'a' parameter (except
for the size parameter which indicates the size of the array to fill
with values - this is NOT a parameter of the distribution itself). My
question is how this 'a' parameter translates to the Weibull
distribution as it 'normally' is and how to sample the distribution when
I have the lambda and k parameters?
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion