dpnp.nanvar

dpnp.nanvar(x1, axis=None, dtype=None, out=None, ddof=0, keepdims=False)[source]

Compute the variance along the specified axis, while ignoring NaNs.

For full documentation refer to numpy.nanvar.

Limitations

Input array is supported as dpnp.ndarray. Prameters axis is supported only with default value None. Prameters dtype is supported only with default value None. Prameters out is supported only with default value None. Prameters keepdims is supported only with default value numpy._NoValue. Otherwise the function will be executed sequentially on CPU.