"culpritNr1" <ig2ar-s...@yahoo.co.uk> wrote
I tried the scipy function. I don't understand it.

Try reading about it here:

http://numpy.sourceforge.net/numdoc/HTML/numdoc.htm

It explains the output format. I believe it applies to the scipy version as well as the numpy.

The python documentation on this functionality is extremely poor.

help("scipy.stats.distributions.poisson.rvs")

That will only find the basic help in the doc strings. You need to look at the documented help too. The web page is the best I've found.

HTH,

--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to