numpy.ma.count_masked

numpy.ma.count_masked(arr, axis=None)

Count the number of masked elements along the given axis.

Parameters:

axis : int, optional

Axis along which to count. If None (default), a flattened version of the array is used.

Previous topic

numpy.ma.count

Next topic

numpy.ma.getmask

This Page

Quick search