[Numpy-discussion] Maskedarray implementations

Eric Firing efiring at hawaii.edu
Sat Aug 25 12:50:38 EDT 2007


Alexander Michael wrote:
> Is there any documentation available for your maskedarray? I would
> like to get a feel for the basics, like how do I take the dot product,
> do elementwise multiplication, etc, with your implementation.
> 
> Thanks,
> Alex
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion

Alex,

Pierre wrote some notes about maskedarray here: 
http://projects.scipy.org/scipy/numpy/wiki/MaskedArray
starting half-way down the page.

For normal use, do whatever you would do with numpy.ma; the maskedarray 
implementation is highly compatible, so the same functions and methods 
are available with the same signatures.

Eric



More information about the NumPy-Discussion mailing list