Contents:
Compute variance vector where each column of the input matrix is treated as a variable
x (Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes] | spmatrix) – Input matrix
Buffer
_SupportsArray
dtype
Any
_NestedSequence
bool
int
float
complex
str
bytes
spmatrix
bias (bool) – Whether to compute biased variance
ndarray
Variance vector