[SciPy-dev] numpy.ma.mstats in scipy ?
Robert Kern
robert.kern@gmail....
Thu Apr 10 14:31:57 CDT 2008
On Thu, Apr 10, 2008 at 2:09 PM, Pierre GM <pgmdevlist@gmail.com> wrote:
> All,
>
> I've been working on the adaptation of scipy.stats.stats to support
> MaskedArrays. This is mostly an extension of numpy.ma.mstats, with most of
> the functions of scipy.stats.stats and a couple of corrections (ties
> correction in friedmanchisquare, tweaking ks_2samp to match results with R).
>
> I was considering adding the package to scipy: where should I put it ? As an
> additional module in scipy.stats (it would then be called
> scipy.stats.mstats) ? As its own package (scipy.mstats) ? Once the module is
> in scipy, we could then get rid of numpy.ma.mstats and numpy.ma.morestats,
> that don't look like they fit in numpy.
scipy.stats.mstats would be fine.
--
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-dev
mailing list