MATLAB std function
Computes the standard deviation of the values of x
.
std(x, flag=0)
x |
numeric vector or matrix |
flag |
numeric scalar. If |
Simply invokes sd
.
Return value depends on argument x
. If vector, returns the
standard deviation. If matrix, returns vector containing the
standard deviation of each column.
P. Roebuck proebuck@mdanderson.org
std(1:2) ^ 2
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.