This is documentation for an old release of NumPy (version 1.3.). Read this page in the documentation of the latest stable release (version > 1.17).
Arrays with possibly masked values. Masked values of True exclude the corresponding element from any computation.
Parameters: | data : {var}
mask : {nomask, sequence}, optional
dtype : {dtype}, optional
copy : {False, True}, optional
subok : {True, False}, optional
ndmin : {0, int}, optional
fill_value : {var}, optional
keep_mask : {True, boolean}, optional
hard_mask : {False, boolean}, optional
shrink : {True, boolean}, optional
|
---|