matrix.var()

numpy.matrix.var

matrix.var(axis=None, dtype=None, out=None, ddof=0) [source]

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

Refer to numpy.var for full documentation.

See also

numpy.var

Notes

This is the same as 登录查看完整内容