Stixbox Function var - Variance
Calling Sequence
- v=var(x)
Parameters
- x
: vector or matrix
- v
:
- -
variance of x, if x is a vector
- -
row vector containing the variance of each column of x, if x is a matrix
Description
Variance (normalized by n-1 where n is the sample length).