dask.array.Array.var
dask.array.Array.var¶
- Array.var(axis=None, dtype=None, out=None, ddof=0, keepdims=False, *, where=True)[source]¶
This docstring was copied from numpy.ndarray.var.
Some inconsistencies with the Dask version may exist.
Returns the variance of the array elements, along given axis.
Refer to numpy.var for full documentation.
See also
numpy.var
equivalent function