Search
Search Results
Search finished, found 81 page(s) matching the search query.
- numpy.ma.MaskType.cumprod
...numpy.ma.MaskType.cumprod...
- numpy.ma.MaskType.cumprod (Python method, in numpy.ma.MaskType.cumprod)
- NumPy 1.12.0 Release Notes
...source, but that can be overwritten by people making binary distributions of numpy. New nanfunctions nancumsum and nancumprod added Nan-functions nancumsum and nancumprod have been added to compute cumsum and cumprod by ignoring nans. n...
- NumPy 1.25.0 Release Notes
...p.round_ is deprecated. Use np.round instead. (gh-23302) np.product is deprecated. Use np.prod instead. (gh-23314) np.cumproduct is deprecated. Use np.cumprod instead. (gh-23314) np.sometrue is deprecated. Use np.any instead. (gh-23314)...
- NumPy 2.1.0 Release Notes
...mpy.cumulative_sum and numpy.cumulative_prod were added as Array API compatible alternatives for numpy.cumsum and numpy.cumprod. The new functions can include a fixed initial (zeros for sum and ones for prod) in the result. (gh-26724) nump...
- numpy.ma.cumprod
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.cumprod...
- numpy.ma.is_mask
...turn True if m is a valid, standard mask. This function does not check the contents of the input, only that the type is MaskType. In particular, this function returns False if the mask has a flexible dtype. Parameters: marray_likeArray to...
- numpy.ma.make_mask
...all its values are False. dtypedtype, optionalData-type of the output mask. By default, the output mask has a dtype of MaskType (bool). If the dtype is flexible, each field has a boolean dtype. This is ignored when m is nomask, in which ca...
- numpy.ma.make_mask_none
...type. Parameters: newshapetupleA tuple indicating the shape of the mask. dtype{None, dtype}, optionalIf None, use a MaskType instance. Otherwise, use a new datatype with the same fields as dtype, converted to boolean types. Returns:...
- numpy.ma.masked_array.cumprod
- numpy.ma.MaskedArray.cumprod
- numpy.ma.MaskType
- numpy.ma.MaskType.all
- numpy.ma.MaskType.any
- numpy.ma.MaskType.argmax
- numpy.ma.MaskType.argmin
- numpy.ma.MaskType.argsort
- numpy.ma.MaskType.astype
- numpy.ma.MaskType.base
- numpy.ma.MaskType.byteswap
- numpy.ma.MaskType.choose
- numpy.ma.MaskType.clip
- numpy.ma.MaskType.compress
- numpy.ma.MaskType.conj
- numpy.ma.MaskType.conjugate
- numpy.ma.MaskType.copy
- numpy.ma.MaskType.cumprod
- numpy.ma.MaskType.cumsum
- numpy.ma.MaskType.data
- numpy.ma.MaskType.device
- numpy.ma.MaskType.diagonal
- numpy.ma.MaskType.dtype
- numpy.ma.MaskType.dump
- numpy.ma.MaskType.dumps
- numpy.ma.MaskType.fill
- numpy.ma.MaskType.flags
- numpy.ma.MaskType.flat
- numpy.ma.MaskType.flatten
- numpy.ma.MaskType.getfield
- numpy.ma.MaskType.imag
- numpy.ma.MaskType.item
- numpy.ma.MaskType.itemset
- numpy.ma.MaskType.itemsize
- numpy.ma.MaskType.max
- numpy.ma.MaskType.mean
- numpy.ma.MaskType.min
- numpy.ma.MaskType.nbytes
- numpy.ma.MaskType.ndim
- numpy.ma.MaskType.newbyteorder
- numpy.ma.MaskType.nonzero
- numpy.ma.MaskType.prod
- numpy.ma.MaskType.ptp
- numpy.ma.MaskType.put
- numpy.ma.MaskType.ravel
- numpy.ma.MaskType.real
- numpy.ma.MaskType.repeat
- numpy.ma.MaskType.reshape
- numpy.ma.MaskType.resize
- numpy.ma.MaskType.round
- numpy.ma.MaskType.searchsorted
- numpy.ma.MaskType.setfield
- numpy.ma.MaskType.setflags
- numpy.ma.MaskType.shape
- numpy.ma.MaskType.size
- numpy.ma.MaskType.sort
- numpy.ma.MaskType.squeeze
- numpy.ma.MaskType.std
- numpy.ma.MaskType.strides
- numpy.ma.MaskType.sum
- numpy.ma.MaskType.swapaxes
- numpy.ma.MaskType.T
- numpy.ma.MaskType.take
- numpy.ma.MaskType.to_device
- numpy.ma.MaskType.tobytes
- numpy.ma.MaskType.tofile
- numpy.ma.MaskType.tolist
- numpy.ma.MaskType.tostring
- numpy.ma.MaskType.trace
- numpy.ma.MaskType.transpose
- numpy.ma.MaskType.var
- numpy.ma.MaskType.view