[SciPy-dev] Problem in stats.py
Travis Oliphant
oliphant.travis at ieee.org
Mon Feb 18 12:16:11 CST 2002
On Sunday 17 February 2002 11:25 pm, you wrote:
> > Hello Folks,
> But, if I comment out this:
>
> from scipy.special import binomcdf, binomcdfc, binomcdfinv, betacdf, betaq,
> fcdf, \
> fcdfc, fp, gammacdf, gammacdfc, gammaq, negbinomcdf, negbinomcdfinv #,
> \ # possioncdf, poissioncdfc, possioncdfinv, studentcdf, studentq, \ #
> chi2cdf, chi2cdfc, chi2p, normalcdf, normalq, smirnovcdfc, smirnovp, \ #
> kolmogorovcdfc, kolmogorovp
>
> >>> from scipy import *
>
> <it works!>
>
>
> What gets me is that a dir(scipy.special) shows that possioncdf and friends
> are there as they should be. I don't understand, then, why the import
> statement fails. It seems like either they all would fail, or none would
> fail. Any ideas why the first 14 functions work and the others fail?
>
Sorry, subtle spelling error here. It's poissoncdf
=
I fixed it.
-Travis
More information about the Scipy-dev
mailing list