Hello all,

 

Is there a way to get probability values for the various families of
distributions in numpy?  I.e. ala R: 

 

> pnorm(1.96, mean = 0 , sd = 1)

[1] 0.9750021

 

# for the normal

 

> pt(1.65, df=100)

[1] 0.9489597

 

# for student t

 

Any suggestions would be greatly appreciated.  

 

 

Mark Janikas

Product Engineer

ESRI, Geoprocessing

380 New York St.

Redlands, CA 92373

909-793-2853 (2563)

[EMAIL PROTECTED]

 

_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to