[SciPy-user] Bug in stats?

Robert Kern robert.kern at gmail.com
Tue Jan 24 11:55:41 EST 2006


Paul Ray wrote:

> It seems to be broken for me...
> 
> In [1]: import scipy
> Overwriting fft=<function fft at 0x130d7f0> from scipy.fftpack.basic  
> (was <function fft at 0x12fc970> from numpy.dft.fftpack)
> Overwriting ifft=<function ifft at 0x130d830> from  
> scipy.fftpack.basic (was <function inverse_fft at 0x12fc9b0> from  
> numpy.dft.fftpack)
> 
> In [2]: scipy.stats.norm.stats()
> Out[2]: (nan, nan)

Can you try the most recent checkouts of numpy and scipy? I get

In [3]: from scipy import stats

In [4]: stats.norm.stats()
Out[4]: (array(0.0), array(1.0))

-- 
Robert Kern
robert.kern at gmail.com

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the SciPy-User mailing list