Masked array operations — NumPy v2.2 Manual (original) (raw)

Constants#

Creation#

From existing data#

Ones and zeros#


Inspecting the array#


Manipulating a MaskedArray#

Changing the shape#

Modifying axes#

Changing the number of dimensions#

Joining arrays#


Operations on masks#

Creating a mask#

Accessing a mask#

Finding masked data#

Modifying a mask#


Conversion operations#

> to a masked array#

> to a ndarray#

> to another object#

Filling a masked array#


Masked arrays arithmetic#

Arithmetic#

Minimum/maximum#

Sorting#

Algebra#

Polynomial fit#

Clipping and rounding#

Set operations#

Miscellanea#