[ Web Proxy ]
URL:
Viewing: https://numpy.org/doc/stable/reference/generated/numpy.ndarray.var.html [Back]  [Original]

numpy.ndarray.var — NumPy v2.5 Manual
Back to top
Search the docs ...:

numpy.ndarray.var#

method

ndarray.var(axis=None, dtype=None, out=None, ddof=0, *, keepdims=<no value>, where=<no value>, mean=<no value>)#

Returns the variance of the array elements, along given axis.

Refer to numpy.var for full documentation.

See also

numpy.var

equivalent function


Web Proxy Viewer  |  New URL  |  Original Page