std
PURPOSE
% If @var{x} is a vector, compute the standard deviation of the elements
SYNOPSIS
function retval = std (a, opt, dim)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- center % If @var{x} is a vector, subtract its mean.
This function is called by:
- cor % Compute correlation.
- corrcoef % Compute correlation.
- kurtosis % If @var{x} is a vector of length @math{N}, return the kurtosis
- skewness % If @var{x} is a vector of length @math{n}, return the skewness
- statistics % If @var{x} is a matrix, return a matrix with the minimum, first
- studentize % If @var{x} is a vector, subtract its mean and divide by its standard
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003