[SciPy-user] CDF/PDF Stats with SciPy

Omer Khalid Omer.Khalid at cern.ch
Mon Jul 20 11:52:16 EDT 2009


Hi Everybody,

I am new to Python and new to SciPy libraries. I wanted to take some ques
from the experts here on the list before dive into SciPy world.

I was wondering if some one could provide a rough guide about how to run two
stats functions: Cumulative Distribution Function (CDF) and Probability
Distribution Function (PDF).

My use case is the following: I have a sampleSpaceList [] which have 1000
floating point values. When a new floating point value is generated in my
program, I would like to run both CDF and PDF on the sampleList for it and
get the probabilty of value less or equal for CDF and probablity
distribution for PDF.

Many thanks in advance!

Omer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20090720/38531494/attachment.html>


More information about the SciPy-User mailing list