[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/datafun]

std

(/tools/hpmatlab/toolbox/matlab/datafun/std.m)


Function Synopsis

y = std(x)

Help text

STD	Standard deviation.
	For vectors, STD(x) returns the standard deviation.
	For matrices, STD(X) is a row vector containing the
	standard deviation of each column.

	STD computes the "sample" standard deviation, that
	is, it is normalized by N-1, where N is the sequence
	length.

	See also COV, MEAN, MEDIAN.

Cross-Reference Information

This function calls

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON