[SciPy-user] errors with scipy.stats

Robert Kern robert.kern at gmail.com
Tue Feb 6 13:24:46 EST 2007


Joshua Petterson wrote:
> Hi,
> I'm going into trouble with scipy.stats, does someone can explain me that?:
> #############################
> |datas|[135]>import scipy.stats
> 
> |datas|[136]>a.dtype
>    Out [136]:dtype('float64')
> 
> |datas|[137]>a.fill_value()
>    Out [137]:-9.9999999999999995e-21

This appears like a is a masked array, correct? Not all of the functions in
scipy.stats support masked arrays. The methods on masked arrays do support
masked arrays, of course.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the SciPy-User mailing list